Html Css Color HEX #CCFAB0 Tea Green

📋 copy color: '#CCFAB0'

red 204 ◦ green 250 ◦ blue 176

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

Shades of Tea Green #CCFAB0

Tints of Tea Green #CCFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.68%

 BLUE value IS 176 (69.14% from 255) = 27.94%

R = 32.38%
G = 39.68%
B = 27.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CCFAB0 (or 0xCCFAB0) is known color: Tea Green. HEX triplet: CC, FA and B0. RGB value is (204,250,176). Sum of RGB (Red+Green+Blue) = 204+250+176=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAB0 is #33054F. Grayscale: #E4E4E4. Windows color (decimal): -3343696 or 11598540. OLE color: 11598540.

HSL color Cylindrical-coordinate representation of color #CCFAB0: hue angle of 97.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 176 -
CMYK 0.18 0 0.30 0.02
HSL 97.3º 0.88% 0.84% -
HSV(B) 97.3º 0.3% 0.98% -
XYZ 66.92 84.34 53.83 -
YUV 227.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 204 250 176 0.18 0 0.30 0.02 97.3 0.88 0.84
Hex CC FA B0 12 0 1E 2 61 58 54
Octal 314 372 260 22 0 36 2 141 130 124
Binary 11001100 11111010 10110000 10010 0 11110 10 1100001 1011000 1010100

Color Harmonies of #CCFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAB0

Black with #CCFAB0

Text Example


Text Example

White with #CCFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAB0; }

 p { color: rgb(204,250,176); }

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

background-color css

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

 a { background-color: rgb(204,250,176); }

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

border-color css

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

 span { border-color: rgb(204,250,176); }

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