Html Css Color HEX #CCFAB6 Tea Green

📋 copy color: '#CCFAB6'

red 204 ◦ green 250 ◦ blue 182

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

Shades of Tea Green #CCFAB6

Tints of Tea Green #CCFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.62%

R = 32.08%
G = 39.31%
B = 28.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#CCFAB6 (or 0xCCFAB6) is known color: Tea Green. HEX triplet: CC, FA and B6. RGB value is (204,250,182). Sum of RGB (Red+Green+Blue) = 204+250+182=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAB6 is #330549. Grayscale: #E4E4E4. Windows color (decimal): -3343690 or 11991756. OLE color: 11991756.

HSL color Cylindrical-coordinate representation of color #CCFAB6: hue angle of 100.59º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCFAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 182 -
CMYK 0.18 0 0.27 0.02
HSL 100.59º 0.87% 0.85% -
HSV(B) 100.59º 0.27% 0.98% -
XYZ 67.53 84.59 57.02 -
YUV 228.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 204 250 182 0.18 0 0.27 0.02 100.59 0.87 0.85
Hex CC FA B6 12 0 1B 2 65 57 55
Octal 314 372 266 22 0 33 2 145 127 125
Binary 11001100 11111010 10110110 10010 0 11011 10 1100101 1010111 1010101

Color Harmonies of #CCFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAB6

Black with #CCFAB6

Text Example


Text Example

White with #CCFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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