Html Css Color HEX #CCF0AB Reef

📋 copy color: '#CCF0AB'

red 204 ◦ green 240 ◦ blue 171

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

Shades of Reef #CCF0AB

Tints of Reef #CCF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 33.17%
G = 39.02%
B = 27.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CCF0AB (or 0xCCF0AB) is known color: Reef. HEX triplet: CC, F0 and AB. RGB value is (204,240,171). Sum of RGB (Red+Green+Blue) = 204+240+171=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0AB is #330F54. Grayscale: #DDDDDD. Windows color (decimal): -3346261 or 11268300. OLE color: 11268300.

HSL color Cylindrical-coordinate representation of color #CCF0AB: hue angle of 91.3º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF0AB is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 171 -
CMYK 0.15 0 0.29 0.06
HSL 91.3º 0.7% 0.81% -
HSV(B) 91.3º 0.29% 0.94% -
XYZ 63.41 78.1 50.26 -
YUV 221.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 204 240 171 0.15 0 0.29 0.06 91.3 0.7 0.81
Hex CC F0 AB F 0 1D 6 5B 46 51
Octal 314 360 253 17 0 35 6 133 106 121
Binary 11001100 11110000 10101011 1111 0 11101 110 1011011 1000110 1010001

Color Harmonies of #CCF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0AB

Black with #CCF0AB

Text Example


Text Example

White with #CCF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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