Html Css Color HEX #CCFFBE Tea Green

📋 copy color: '#CCFFBE'

red 204 ◦ green 255 ◦ blue 190

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

Shades of Tea Green #CCFFBE

Tints of Tea Green #CCFFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.28%

R = 31.43%
G = 39.29%
B = 29.28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#CCFFBE (or 0xCCFFBE) is known color: Tea Green. HEX triplet: CC, FF and BE. RGB value is (204,255,190). Sum of RGB (Red+Green+Blue) = 204+255+190=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBE is #330041. Grayscale: #E8E8E8. Windows color (decimal): -3342402 or 12517324. OLE color: 12517324.

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

Color convert

RGB 204 255 190 -
CMYK 0.2 0 0.25 0
HSL 107.08º 1% 0.87% -
HSV(B) 107.08º 0.25% 1% -
XYZ 69.96 88.08 62.03 -
YUV 232.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 204 255 190 0.2 0 0.25 0 107.08 1 0.87
Hex CC FF BE 14 0 19 0 6B 64 57
Octal 314 377 276 24 0 31 0 153 144 127
Binary 11001100 11111111 10111110 10100 0 11001 0 1101011 1100100 1010111

Color Harmonies of #CCFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFBE

Black with #CCFFBE

Text Example


Text Example

White with #CCFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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