Html Css Color HEX #CEEEA0 Reef

📋 copy color: '#CEEEA0'

red 206 ◦ green 238 ◦ blue 160

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

Shades of Reef #CEEEA0

Tints of Reef #CEEEA0

RGB

 RED value IS 206 (80.86% from 255) = 34.11%

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

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

R = 34.11%
G = 39.4%
B = 26.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#CEEEA0 (or 0xCEEEA0) is known color: Reef. HEX triplet: CE, EE and A0. RGB value is (206,238,160). Sum of RGB (Red+Green+Blue) = 206+238+160=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA0 is #31115F. Grayscale: #DBDBDB. Windows color (decimal): -3215712 or 10546894. OLE color: 10546894.

HSL color Cylindrical-coordinate representation of color #CEEEA0: hue angle of 84.62º 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 #CEEEA0 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 160 -
CMYK 0.13 0 0.33 0.07
HSL 84.62º 0.7% 0.78% -
HSV(B) 84.62º 0.33% 0.93% -
XYZ 62.37 76.81 44.8 -
YUV 219.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 206 238 160 0.13 0 0.33 0.07 84.62 0.7 0.78
Hex CE EE A0 D 0 21 7 55 46 4E
Octal 316 356 240 15 0 41 7 125 106 116
Binary 11001110 11101110 10100000 1101 0 100001 111 1010101 1000110 1001110

Color Harmonies of #CEEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEEA0

Black with #CEEEA0

Text Example


Text Example

White with #CEEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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