Html Css Color HEX #CEFCAA Reef

📋 copy color: '#CEFCAA'

red 206 ◦ green 252 ◦ blue 170

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

Shades of Reef #CEFCAA

Tints of Reef #CEFCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.13%

 BLUE value IS 170 (66.8% from 255) = 27.07%

R = 32.8%
G = 40.13%
B = 27.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#CEFCAA (or 0xCEFCAA) is known color: Reef. HEX triplet: CE, FC and AA. RGB value is (206,252,170). Sum of RGB (Red+Green+Blue) = 206+252+170=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCAA is #310355. Grayscale: #E5E5E5. Windows color (decimal): -3212118 or 11205838. OLE color: 11205838.

HSL color Cylindrical-coordinate representation of color #CEFCAA: hue angle of 93.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFCAA is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 170 -
CMYK 0.18 0 0.33 0.01
HSL 93.66º 0.93% 0.83% -
HSV(B) 93.66º 0.33% 0.99% -
XYZ 67.52 85.64 51 -
YUV 228.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 206 252 170 0.18 0 0.33 0.01 93.66 0.93 0.83
Hex CE FC AA 12 0 21 1 5E 5D 53
Octal 316 374 252 22 0 41 1 136 135 123
Binary 11001110 11111100 10101010 10010 0 100001 1 1011110 1011101 1010011

Color Harmonies of #CEFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFCAA

Black with #CEFCAA

Text Example


Text Example

White with #CEFCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFCAA; }

 p { color: rgb(206,252,170); }

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

background-color css

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

 a { background-color: rgb(206,252,170); }

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

border-color css

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

 span { border-color: rgb(206,252,170); }

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