Html Css Color HEX #CEFEA2 Reef

📋 copy color: '#CEFEA2'

red 206 ◦ green 254 ◦ blue 162

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

Shades of Reef #CEFEA2

Tints of Reef #CEFEA2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.84%

 BLUE value IS 162 (63.67% from 255) = 26.05%

R = 33.12%
G = 40.84%
B = 26.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#CEFEA2 (or 0xCEFEA2) is known color: Reef. HEX triplet: CE, FE and A2. RGB value is (206,254,162). Sum of RGB (Red+Green+Blue) = 206+254+162=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEA2 is #31015D. Grayscale: #E5E5E5. Windows color (decimal): -3211614 or 10682062. OLE color: 10682062.

HSL color Cylindrical-coordinate representation of color #CEFEA2: hue angle of 91.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEFEA2 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 162 -
CMYK 0.19 0 0.36 0.00
HSL 91.3º 0.98% 0.82% -
HSV(B) 91.3º 0.36% 1% -
XYZ 67.42 86.61 47.35 -
YUV 229.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 206 254 162 0.19 0 0.36 0.00 91.3 0.98 0.82
Hex CE FE A2 13 0 24 0 5B 62 52
Octal 316 376 242 23 0 44 0 133 142 122
Binary 11001110 11111110 10100010 10011 0 100100 0 1011011 1100010 1010010

Color Harmonies of #CEFEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFEA2

Black with #CEFEA2

Text Example


Text Example

White with #CEFEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFEA2; }

 p { color: rgb(206,254,162); }

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

background-color css

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

 a { background-color: rgb(206,254,162); }

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

border-color css

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

 span { border-color: rgb(206,254,162); }

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