Html Css Color HEX #CCFFBA Tea Green

📋 copy color: '#CCFFBA'

red 204 ◦ green 255 ◦ blue 186

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

Shades of Tea Green #CCFFBA

Tints of Tea Green #CCFFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.84%

R = 31.63%
G = 39.53%
B = 28.84%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#CCFFBA (or 0xCCFFBA) is known color: Tea Green. HEX triplet: CC, FF and BA. RGB value is (204,255,186). Sum of RGB (Red+Green+Blue) = 204+255+186=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBA is #330045. Grayscale: #E8E8E8. Windows color (decimal): -3342406 or 12255180. OLE color: 12255180.

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

Color convert

RGB 204 255 186 -
CMYK 0.2 0 0.27 0
HSL 104.35º 1% 0.86% -
HSV(B) 104.35º 0.27% 1% -
XYZ 69.52 87.9 59.76 -
YUV 231.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 204 255 186 0.2 0 0.27 0 104.35 1 0.86
Hex CC FF BA 14 0 1B 0 68 64 56
Octal 314 377 272 24 0 33 0 150 144 126
Binary 11001100 11111111 10111010 10100 0 11011 0 1101000 1100100 1010110

Color Harmonies of #CCFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFBA

Black with #CCFFBA

Text Example


Text Example

White with #CCFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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