Html Css Color HEX #CCF2A2 Reef

📋 copy color: '#CCF2A2'

red 204 ◦ green 242 ◦ blue 162

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

Shades of Reef #CCF2A2

Tints of Reef #CCF2A2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.8%

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

R = 33.55%
G = 39.8%
B = 26.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#CCF2A2 (or 0xCCF2A2) is known color: Reef. HEX triplet: CC, F2 and A2. RGB value is (204,242,162). Sum of RGB (Red+Green+Blue) = 204+242+162=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2A2 is #330D5D. Grayscale: #DDDDDD. Windows color (decimal): -3345758 or 10678988. OLE color: 10678988.

HSL color Cylindrical-coordinate representation of color #CCF2A2: hue angle of 88.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF2A2 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 162 -
CMYK 0.16 0 0.33 0.05
HSL 88.5º 0.75% 0.79% -
HSV(B) 88.5º 0.33% 0.95% -
XYZ 63.18 78.95 46.09 -
YUV 221.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 204 242 162 0.16 0 0.33 0.05 88.5 0.75 0.79
Hex CC F2 A2 10 0 21 5 58 4B 4F
Octal 314 362 242 20 0 41 5 130 113 117
Binary 11001100 11110010 10100010 10000 0 100001 101 1011000 1001011 1001111

Color Harmonies of #CCF2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2A2

Black with #CCF2A2

Text Example


Text Example

White with #CCF2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2A2; }

 p { color: rgb(204,242,162); }

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

background-color css

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

 a { background-color: rgb(204,242,162); }

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

border-color css

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

 span { border-color: rgb(204,242,162); }

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