Html Css Color HEX #CCF0A0 Reef

📋 copy color: '#CCF0A0'

red 204 ◦ green 240 ◦ blue 160

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

Shades of Reef #CCF0A0

Tints of Reef #CCF0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.49%

R = 33.77%
G = 39.74%
B = 26.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CCF0A0 (or 0xCCF0A0) is known color: Reef. HEX triplet: CC, F0 and A0. RGB value is (204,240,160). Sum of RGB (Red+Green+Blue) = 204+240+160=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0A0 is #330F5F. Grayscale: #DCDCDC. Windows color (decimal): -3346272 or 10547404. OLE color: 10547404.

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

Color convert

RGB 204 240 160 -
CMYK 0.15 0 0.33 0.06
HSL 87º 0.73% 0.78% -
HSV(B) 87º 0.33% 0.94% -
XYZ 62.41 77.7 44.97 -
YUV 220.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 204 240 160 0.15 0 0.33 0.06 87 0.73 0.78
Hex CC F0 A0 F 0 21 6 57 49 4E
Octal 314 360 240 17 0 41 6 127 111 116
Binary 11001100 11110000 10100000 1111 0 100001 110 1010111 1001001 1001110

Color Harmonies of #CCF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0A0

Black with #CCF0A0

Text Example


Text Example

White with #CCF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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