Html Css Color HEX #CCFCA6 Reef

📋 copy color: '#CCFCA6'

red 204 ◦ green 252 ◦ blue 166

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

Shades of Reef #CCFCA6

Tints of Reef #CCFCA6

RGB

 RED value IS 204 (80.08% from 255) = 32.8%

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

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

R = 32.8%
G = 40.51%
B = 26.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#CCFCA6 (or 0xCCFCA6) is known color: Reef. HEX triplet: CC, FC and A6. RGB value is (204,252,166). Sum of RGB (Red+Green+Blue) = 204+252+166=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCA6 is #330359. Grayscale: #E4E4E4. Windows color (decimal): -3343194 or 10943692. OLE color: 10943692.

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

Color convert

RGB 204 252 166 -
CMYK 0.19 0 0.34 0.01
HSL 93.49º 0.93% 0.82% -
HSV(B) 93.49º 0.34% 0.99% -
XYZ 66.6 85.21 49.01 -
YUV 227.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 204 252 166 0.19 0 0.34 0.01 93.49 0.93 0.82
Hex CC FC A6 13 0 22 1 5D 5D 52
Octal 314 374 246 23 0 42 1 135 135 122
Binary 11001100 11111100 10100110 10011 0 100010 1 1011101 1011101 1010010

Color Harmonies of #CCFCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCA6

Black with #CCFCA6

Text Example


Text Example

White with #CCFCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCA6; }

 p { color: rgb(204,252,166); }

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

background-color css

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

 a { background-color: rgb(204,252,166); }

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

border-color css

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

 span { border-color: rgb(204,252,166); }

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