Html Css Color HEX #CCFFB5 Tea Green

📋 copy color: '#CCFFB5'

red 204 ◦ green 255 ◦ blue 181

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

Shades of Tea Green #CCFFB5

Tints of Tea Green #CCFFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.28%

R = 31.88%
G = 39.84%
B = 28.28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#CCFFB5 (or 0xCCFFB5) is known color: Tea Green. HEX triplet: CC, FF and B5. RGB value is (204,255,181). Sum of RGB (Red+Green+Blue) = 204+255+181=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFB5 is #33004A. Grayscale: #E7E7E7. Windows color (decimal): -3342411 or 11927500. OLE color: 11927500.

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

Color convert

RGB 204 255 181 -
CMYK 0.2 0 0.29 0
HSL 101.35º 1% 0.85% -
HSV(B) 101.35º 0.29% 1% -
XYZ 69 87.69 57.01 -
YUV 231.32 99.6 108.52 -
System Red Green Blue C M Y K H S L
Decimal 204 255 181 0.2 0 0.29 0 101.35 1 0.85
Hex CC FF B5 14 0 1D 0 65 64 55
Octal 314 377 265 24 0 35 0 145 144 125
Binary 11001100 11111111 10110101 10100 0 11101 0 1100101 1100100 1010101

Color Harmonies of #CCFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFB5

Black with #CCFFB5

Text Example


Text Example

White with #CCFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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