Html Css Color HEX #CCF2A1 Reef

📋 copy color: '#CCF2A1'

red 204 ◦ green 242 ◦ blue 161

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

Shades of Reef #CCF2A1

Tints of Reef #CCF2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.52%

R = 33.61%
G = 39.87%
B = 26.52%

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

#CCF2A1 (or 0xCCF2A1) is known color: Reef. HEX triplet: CC, F2 and A1. RGB value is (204,242,161). Sum of RGB (Red+Green+Blue) = 204+242+161=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2A1 is #330D5E. Grayscale: #DDDDDD. Windows color (decimal): -3345759 or 10613452. OLE color: 10613452.

HSL color Cylindrical-coordinate representation of color #CCF2A1: hue angle of 88.15º degrees, saturation: 0.76, 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 #CCF2A1 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 161 -
CMYK 0.16 0 0.33 0.05
HSL 88.15º 0.76% 0.79% -
HSV(B) 88.15º 0.33% 0.95% -
XYZ 63.09 78.91 45.63 -
YUV 221.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 204 242 161 0.16 0 0.33 0.05 88.15 0.76 0.79
Hex CC F2 A1 10 0 21 5 58 4C 4F
Octal 314 362 241 20 0 41 5 130 114 117
Binary 11001100 11110010 10100001 10000 0 100001 101 1011000 1001100 1001111

Color Harmonies of #CCF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2A1

Black with #CCF2A1

Text Example


Text Example

White with #CCF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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