Html Css Color HEX #CCFCAA Reef

📋 copy color: '#CCFCAA'

red 204 ◦ green 252 ◦ blue 170

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

Shades of Reef #CCFCAA

Tints of Reef #CCFCAA

RGB

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

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

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

R = 32.59%
G = 40.26%
B = 27.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#CCFCAA (or 0xCCFCAA) is known color: Reef. HEX triplet: CC, FC and AA. RGB value is (204,252,170). Sum of RGB (Red+Green+Blue) = 204+252+170=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCAA is #330355. Grayscale: #E4E4E4. Windows color (decimal): -3343190 or 11205836. OLE color: 11205836.

HSL color Cylindrical-coordinate representation of color #CCFCAA: hue angle of 95.12º 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 #CCFCAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 170 -
CMYK 0.19 0 0.33 0.01
HSL 95.12º 0.93% 0.83% -
HSV(B) 95.12º 0.33% 0.99% -
XYZ 66.97 85.36 50.98 -
YUV 228.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 204 252 170 0.19 0 0.33 0.01 95.12 0.93 0.83
Hex CC FC AA 13 0 21 1 5F 5D 53
Octal 314 374 252 23 0 41 1 137 135 123
Binary 11001100 11111100 10101010 10011 0 100001 1 1011111 1011101 1010011

Color Harmonies of #CCFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCAA

Black with #CCFCAA

Text Example


Text Example

White with #CCFCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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