Html Css Color HEX #CDEEA0 Reef

📋 copy color: '#CDEEA0'

red 205 ◦ green 238 ◦ blue 160

#CDEEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CDEEA0

Tints of Reef #CDEEA0

RGB

 RED value IS 205 (80.47% from 255) = 34%

 GREEN value IS 238 (93.36% from 255) = 39.47%

 BLUE value IS 160 (62.89% from 255) = 26.53%

R = 34%
G = 39.47%
B = 26.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDEEA0 (or 0xCDEEA0) is known color: Reef. HEX triplet: CD, EE and A0. RGB value is (205,238,160). Sum of RGB (Red+Green+Blue) = 205+238+160=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA0 is #32115F. Grayscale: #DBDBDB. Windows color (decimal): -3281248 or 10546893. OLE color: 10546893.

HSL color Cylindrical-coordinate representation of color #CDEEA0: hue angle of 85.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDEEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 160 -
CMYK 0.14 0 0.33 0.07
HSL 85.38º 0.7% 0.78% -
HSV(B) 85.38º 0.33% 0.93% -
XYZ 62.1 76.67 44.78 -
YUV 219.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 205 238 160 0.14 0 0.33 0.07 85.38 0.7 0.78
Hex CD EE A0 E 0 21 7 55 46 4E
Octal 315 356 240 16 0 41 7 125 106 116
Binary 11001101 11101110 10100000 1110 0 100001 111 1010101 1000110 1001110

Color Harmonies of #CDEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEA0

Black with #CDEEA0

Text Example


Text Example

White with #CDEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEA0; }

 p { color: rgb(205,238,160); }

 H1.HeaderClassName
 {
   color: #CDEEA0;
 }
 .AnyTagClassName
 {
   color: #CDEEA0;
 }
</style>

background-color css

<style>
 a { background-color: #CDEEA0; }

 a { background-color: rgb(205,238,160); }

 div.DivClassName
 {
   background-color: #CDEEA0;
 }
 .BgClassName
 {
   background-color: #CDEEA0;
 }
</style>

border-color css

<style>
 span { border-color: #CDEEA0; }

 span { border-color: rgb(205,238,160); }

 td.TdClassName
 {
   border-color: #CDEEA0;
 }
 .TagClassName
 {
   border-color: #CDEEA0;
 }
</style>