Html Css Color HEX #CCFFAB Tea Green

📋 copy color: '#CCFFAB'

red 204 ◦ green 255 ◦ blue 171

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

Shades of Tea Green #CCFFAB

Tints of Tea Green #CCFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

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

R = 32.38%
G = 40.48%
B = 27.14%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#CCFFAB (or 0xCCFFAB) is known color: Tea Green. HEX triplet: CC, FF and AB. RGB value is (204,255,171). Sum of RGB (Red+Green+Blue) = 204+255+171=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAB is #330054. Grayscale: #E6E6E6. Windows color (decimal): -3342421 or 11272140. OLE color: 11272140.

HSL color Cylindrical-coordinate representation of color #CCFFAB: hue angle of 96.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFFAB is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 171 -
CMYK 0.2 0 0.33 0
HSL 96.43º 1% 0.84% -
HSV(B) 96.43º 0.33% 1% -
XYZ 68.01 87.3 51.79 -
YUV 230.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 204 255 171 0.2 0 0.33 0 96.43 1 0.84
Hex CC FF AB 14 0 21 0 60 64 54
Octal 314 377 253 24 0 41 0 140 144 124
Binary 11001100 11111111 10101011 10100 0 100001 0 1100000 1100100 1010100

Color Harmonies of #CCFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFAB

Black with #CCFFAB

Text Example


Text Example

White with #CCFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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