Html Css Color HEX #CCF2AB Reef

📋 copy color: '#CCF2AB'

red 204 ◦ green 242 ◦ blue 171

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

Shades of Reef #CCF2AB

Tints of Reef #CCF2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.71%

R = 33.06%
G = 39.22%
B = 27.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CCF2AB (or 0xCCF2AB) is known color: Reef. HEX triplet: CC, F2 and AB. RGB value is (204,242,171). Sum of RGB (Red+Green+Blue) = 204+242+171=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AB is #330D54. Grayscale: #DEDEDE. Windows color (decimal): -3345749 or 11268812. OLE color: 11268812.

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

Color convert

RGB 204 242 171 -
CMYK 0.16 0 0.29 0.05
HSL 92.11º 0.73% 0.81% -
HSV(B) 92.11º 0.29% 0.95% -
XYZ 64 79.28 50.46 -
YUV 222.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 204 242 171 0.16 0 0.29 0.05 92.11 0.73 0.81
Hex CC F2 AB 10 0 1D 5 5C 49 51
Octal 314 362 253 20 0 35 5 134 111 121
Binary 11001100 11110010 10101011 10000 0 11101 101 1011100 1001001 1010001

Color Harmonies of #CCF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2AB

Black with #CCF2AB

Text Example


Text Example

White with #CCF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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