Html Css Color HEX #CCFABA Tea Green

📋 copy color: '#CCFABA'

red 204 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #CCFABA

Tints of Tea Green #CCFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 31.88%
G = 39.06%
B = 29.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#CCFABA (or 0xCCFABA) is known color: Tea Green. HEX triplet: CC, FA and BA. RGB value is (204,250,186). Sum of RGB (Red+Green+Blue) = 204+250+186=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFABA is #330545. Grayscale: #E5E5E5. Windows color (decimal): -3343686 or 12253900. OLE color: 12253900.

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

Color convert

RGB 204 250 186 -
CMYK 0.18 0 0.26 0.02
HSL 103.13º 0.86% 0.85% -
HSV(B) 103.13º 0.26% 0.98% -
XYZ 67.95 84.75 59.23 -
YUV 228.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 204 250 186 0.18 0 0.26 0.02 103.13 0.86 0.85
Hex CC FA BA 12 0 1A 2 67 56 55
Octal 314 372 272 22 0 32 2 147 126 125
Binary 11001100 11111010 10111010 10010 0 11010 10 1100111 1010110 1010101

Color Harmonies of #CCFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFABA

Black with #CCFABA

Text Example


Text Example

White with #CCFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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