Html Css Color HEX #CCFAB3 Tea Green

📋 copy color: '#CCFAB3'

red 204 ◦ green 250 ◦ blue 179

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

Shades of Tea Green #CCFAB3

Tints of Tea Green #CCFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.28%

R = 32.23%
G = 39.49%
B = 28.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#CCFAB3 (or 0xCCFAB3) is known color: Tea Green. HEX triplet: CC, FA and B3. RGB value is (204,250,179). Sum of RGB (Red+Green+Blue) = 204+250+179=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAB3 is #33054C. Grayscale: #E4E4E4. Windows color (decimal): -3343693 or 11795148. OLE color: 11795148.

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

Color convert

RGB 204 250 179 -
CMYK 0.18 0 0.28 0.02
HSL 98.87º 0.88% 0.84% -
HSV(B) 98.87º 0.28% 0.98% -
XYZ 67.22 84.46 55.41 -
YUV 228.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 204 250 179 0.18 0 0.28 0.02 98.87 0.88 0.84
Hex CC FA B3 12 0 1C 2 63 58 54
Octal 314 372 263 22 0 34 2 143 130 124
Binary 11001100 11111010 10110011 10010 0 11100 10 1100011 1011000 1010100

Color Harmonies of #CCFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAB3

Black with #CCFAB3

Text Example


Text Example

White with #CCFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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