Html Css Color HEX #CCF4AB Reef

📋 copy color: '#CCF4AB'

red 204 ◦ green 244 ◦ blue 171

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

Shades of Reef #CCF4AB

Tints of Reef #CCF4AB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.42%

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

R = 32.96%
G = 39.42%
B = 27.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CCF4AB (or 0xCCF4AB) is known color: Reef. HEX triplet: CC, F4 and AB. RGB value is (204,244,171). Sum of RGB (Red+Green+Blue) = 204+244+171=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF4AB is #330B54. Grayscale: #DFDFDF. Windows color (decimal): -3345237 or 11269324. OLE color: 11269324.

HSL color Cylindrical-coordinate representation of color #CCF4AB: hue angle of 92.88º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF4AB is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 171 -
CMYK 0.16 0 0.30 0.04
HSL 92.88º 0.77% 0.81% -
HSV(B) 92.88º 0.3% 0.96% -
XYZ 64.6 80.48 50.66 -
YUV 223.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 204 244 171 0.16 0 0.30 0.04 92.88 0.77 0.81
Hex CC F4 AB 10 0 1E 4 5D 4D 51
Octal 314 364 253 20 0 36 4 135 115 121
Binary 11001100 11110100 10101011 10000 0 11110 100 1011101 1001101 1010001

Color Harmonies of #CCF4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4AB

Black with #CCF4AB

Text Example


Text Example

White with #CCF4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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