Html Css Color HEX #CEEEA8 Reef

📋 copy color: '#CEEEA8'

red 206 ◦ green 238 ◦ blue 168

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

Shades of Reef #CEEEA8

Tints of Reef #CEEEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.45%

R = 33.66%
G = 38.89%
B = 27.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CEEEA8 (or 0xCEEEA8) is known color: Reef. HEX triplet: CE, EE and A8. RGB value is (206,238,168). Sum of RGB (Red+Green+Blue) = 206+238+168=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA8 is #311157. Grayscale: #DCDCDC. Windows color (decimal): -3215704 or 11071182. OLE color: 11071182.

HSL color Cylindrical-coordinate representation of color #CEEEA8: hue angle of 87.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEEEA8 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 168 -
CMYK 0.13 0 0.29 0.07
HSL 87.43º 0.67% 0.8% -
HSV(B) 87.43º 0.29% 0.93% -
XYZ 63.1 77.1 48.6 -
YUV 220.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 206 238 168 0.13 0 0.29 0.07 87.43 0.67 0.8
Hex CE EE A8 D 0 1D 7 57 43 50
Octal 316 356 250 15 0 35 7 127 103 120
Binary 11001110 11101110 10101000 1101 0 11101 111 1010111 1000011 1010000

Color Harmonies of #CEEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEEA8

Black with #CEEEA8

Text Example


Text Example

White with #CEEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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