Html Css Color HEX #CCF8AA Reef

📋 copy color: '#CCF8AA'

red 204 ◦ green 248 ◦ blue 170

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

Shades of Reef #CCF8AA

Tints of Reef #CCF8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.87%

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

R = 32.8%
G = 39.87%
B = 27.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#CCF8AA (or 0xCCF8AA) is known color: Reef. HEX triplet: CC, F8 and AA. RGB value is (204,248,170). Sum of RGB (Red+Green+Blue) = 204+248+170=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8AA is #330755. Grayscale: #E2E2E2. Windows color (decimal): -3344214 or 11204812. OLE color: 11204812.

HSL color Cylindrical-coordinate representation of color #CCF8AA: hue angle of 93.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCF8AA is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 170 -
CMYK 0.18 0 0.31 0.03
HSL 93.85º 0.85% 0.82% -
HSV(B) 93.85º 0.31% 0.97% -
XYZ 65.72 82.87 50.56 -
YUV 225.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 204 248 170 0.18 0 0.31 0.03 93.85 0.85 0.82
Hex CC F8 AA 12 0 1F 3 5E 55 52
Octal 314 370 252 22 0 37 3 136 125 122
Binary 11001100 11111000 10101010 10010 0 11111 11 1011110 1010101 1010010

Color Harmonies of #CCF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8AA

Black with #CCF8AA

Text Example


Text Example

White with #CCF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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