Html Css Color HEX #CCFBAB Tea Green

📋 copy color: '#CCFBAB'

red 204 ◦ green 251 ◦ blue 171

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

Shades of Tea Green #CCFBAB

Tints of Tea Green #CCFBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.32%

R = 32.59%
G = 40.1%
B = 27.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#CCFBAB (or 0xCCFBAB) is known color: Tea Green. HEX triplet: CC, FB and AB. RGB value is (204,251,171). Sum of RGB (Red+Green+Blue) = 204+251+171=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBAB is #330454. Grayscale: #E4E4E4. Windows color (decimal): -3343445 or 11271116. OLE color: 11271116.

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

Color convert

RGB 204 251 171 -
CMYK 0.19 0 0.32 0.02
HSL 95.25º 0.91% 0.83% -
HSV(B) 95.25º 0.32% 0.98% -
XYZ 66.75 84.77 51.37 -
YUV 227.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 204 251 171 0.19 0 0.32 0.02 95.25 0.91 0.83
Hex CC FB AB 13 0 20 2 5F 5B 53
Octal 314 373 253 23 0 40 2 137 133 123
Binary 11001100 11111011 10101011 10011 0 100000 10 1011111 1011011 1010011

Color Harmonies of #CCFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBAB

Black with #CCFBAB

Text Example


Text Example

White with #CCFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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