Html Css Color HEX #CCFFBD Tea Green

📋 copy color: '#CCFFBD'

red 204 ◦ green 255 ◦ blue 189

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

Shades of Tea Green #CCFFBD

Tints of Tea Green #CCFFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.17%

R = 31.48%
G = 39.35%
B = 29.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#CCFFBD (or 0xCCFFBD) is known color: Tea Green. HEX triplet: CC, FF and BD. RGB value is (204,255,189). Sum of RGB (Red+Green+Blue) = 204+255+189=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBD is #330042. Grayscale: #E8E8E8. Windows color (decimal): -3342403 or 12451788. OLE color: 12451788.

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

Color convert

RGB 204 255 189 -
CMYK 0.2 0 0.26 0
HSL 106.36º 1% 0.87% -
HSV(B) 106.36º 0.26% 1% -
XYZ 69.85 88.03 61.45 -
YUV 232.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 204 255 189 0.2 0 0.26 0 106.36 1 0.87
Hex CC FF BD 14 0 1A 0 6A 64 57
Octal 314 377 275 24 0 32 0 152 144 127
Binary 11001100 11111111 10111101 10100 0 11010 0 1101010 1100100 1010111

Color Harmonies of #CCFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFBD

Black with #CCFFBD

Text Example


Text Example

White with #CCFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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