Html Css Color HEX #CCFCA0 Reef

📋 copy color: '#CCFCA0'

red 204 ◦ green 252 ◦ blue 160

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

Shades of Reef #CCFCA0

Tints of Reef #CCFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.91%

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

R = 33.12%
G = 40.91%
B = 25.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#CCFCA0 (or 0xCCFCA0) is known color: Reef. HEX triplet: CC, FC and A0. RGB value is (204,252,160). Sum of RGB (Red+Green+Blue) = 204+252+160=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCA0 is #33035F. Grayscale: #E3E3E3. Windows color (decimal): -3343200 or 10550476. OLE color: 10550476.

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

Color convert

RGB 204 252 160 -
CMYK 0.19 0 0.37 0.01
HSL 91.3º 0.94% 0.81% -
HSV(B) 91.3º 0.37% 0.99% -
XYZ 66.06 85 46.18 -
YUV 227.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 204 252 160 0.19 0 0.37 0.01 91.3 0.94 0.81
Hex CC FC A0 13 0 25 1 5B 5E 51
Octal 314 374 240 23 0 45 1 133 136 121
Binary 11001100 11111100 10100000 10011 0 100101 1 1011011 1011110 1010001

Color Harmonies of #CCFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCA0

Black with #CCFCA0

Text Example


Text Example

White with #CCFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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