Html Css Color HEX #CCFBAC Tea Green

📋 copy color: '#CCFBAC'

red 204 ◦ green 251 ◦ blue 172

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

Shades of Tea Green #CCFBAC

Tints of Tea Green #CCFBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.03%

 BLUE value IS 172 (67.58% from 255) = 27.43%

R = 32.54%
G = 40.03%
B = 27.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CCFBAC (or 0xCCFBAC) is known color: Tea Green. HEX triplet: CC, FB and AC. RGB value is (204,251,172). Sum of RGB (Red+Green+Blue) = 204+251+172=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBAC is #330453. Grayscale: #E4E4E4. Windows color (decimal): -3343444 or 11336652. OLE color: 11336652.

HSL color Cylindrical-coordinate representation of color #CCFBAC: hue angle of 95.7º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCFBAC is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 172 -
CMYK 0.19 0 0.31 0.02
HSL 95.7º 0.91% 0.83% -
HSV(B) 95.7º 0.31% 0.98% -
XYZ 66.85 84.81 51.88 -
YUV 227.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 204 251 172 0.19 0 0.31 0.02 95.7 0.91 0.83
Hex CC FB AC 13 0 1F 2 60 5B 53
Octal 314 373 254 23 0 37 2 140 133 123
Binary 11001100 11111011 10101100 10011 0 11111 10 1100000 1011011 1010011

Color Harmonies of #CCFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBAC

Black with #CCFBAC

Text Example


Text Example

White with #CCFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBAC; }

 p { color: rgb(204,251,172); }

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

background-color css

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

 a { background-color: rgb(204,251,172); }

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

border-color css

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

 span { border-color: rgb(204,251,172); }

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