Html Css Color HEX #CEFFA6 Reef

📋 copy color: '#CEFFA6'

red 206 ◦ green 255 ◦ blue 166

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

Shades of Reef #CEFFA6

Tints of Reef #CEFFA6

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 166 (65.23% from 255) = 26.48%

R = 32.85%
G = 40.67%
B = 26.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#CEFFA6 (or 0xCEFFA6) is known color: Reef. HEX triplet: CE, FF and A6. RGB value is (206,255,166). Sum of RGB (Red+Green+Blue) = 206+255+166=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFA6 is #310059. Grayscale: #E6E6E6. Windows color (decimal): -3211354 or 10944462. OLE color: 10944462.

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

Color convert

RGB 206 255 166 -
CMYK 0.19 0 0.35 0
HSL 93.03º 1% 0.83% -
HSV(B) 93.03º 0.35% 1% -
XYZ 68.1 87.39 49.36 -
YUV 230.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 206 255 166 0.19 0 0.35 0 93.03 1 0.83
Hex CE FF A6 13 0 23 0 5D 64 53
Octal 316 377 246 23 0 43 0 135 144 123
Binary 11001110 11111111 10100110 10011 0 100011 0 1011101 1100100 1010011

Color Harmonies of #CEFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFFA6

Black with #CEFFA6

Text Example


Text Example

White with #CEFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFFA6; }

 p { color: rgb(206,255,166); }

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

background-color css

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

 a { background-color: rgb(206,255,166); }

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

border-color css

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

 span { border-color: rgb(206,255,166); }

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