Html Css Color HEX #CCFFB0 Tea Green

📋 copy color: '#CCFFB0'

red 204 ◦ green 255 ◦ blue 176

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

Shades of Tea Green #CCFFB0

Tints of Tea Green #CCFFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.72%

R = 32.13%
G = 40.16%
B = 27.72%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#CCFFB0 (or 0xCCFFB0) is known color: Tea Green. HEX triplet: CC, FF and B0. RGB value is (204,255,176). Sum of RGB (Red+Green+Blue) = 204+255+176=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFB0 is #33004F. Grayscale: #E7E7E7. Windows color (decimal): -3342416 or 11599820. OLE color: 11599820.

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

Color convert

RGB 204 255 176 -
CMYK 0.2 0 0.31 0
HSL 98.73º 1% 0.85% -
HSV(B) 98.73º 0.31% 1% -
XYZ 68.5 87.49 54.35 -
YUV 230.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 204 255 176 0.2 0 0.31 0 98.73 1 0.85
Hex CC FF B0 14 0 1F 0 63 64 55
Octal 314 377 260 24 0 37 0 143 144 125
Binary 11001100 11111111 10110000 10100 0 11111 0 1100011 1100100 1010101

Color Harmonies of #CCFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFB0

Black with #CCFFB0

Text Example


Text Example

White with #CCFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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