Html Css Color HEX #CCFBBA Tea Green

📋 copy color: '#CCFBBA'

red 204 ◦ green 251 ◦ blue 186

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

Shades of Tea Green #CCFBBA

Tints of Tea Green #CCFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.16%

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

R = 31.83%
G = 39.16%
B = 29.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#CCFBBA (or 0xCCFBBA) is known color: Tea Green. HEX triplet: CC, FB and BA. RGB value is (204,251,186). Sum of RGB (Red+Green+Blue) = 204+251+186=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBBA is #330445. Grayscale: #E5E5E5. Windows color (decimal): -3343430 or 12254156. OLE color: 12254156.

HSL color Cylindrical-coordinate representation of color #CCFBBA: hue angle of 103.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFBBA is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 186 -
CMYK 0.19 0 0.26 0.02
HSL 103.38º 0.89% 0.86% -
HSV(B) 103.38º 0.26% 0.98% -
XYZ 68.26 85.38 59.34 -
YUV 229.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 204 251 186 0.19 0 0.26 0.02 103.38 0.89 0.86
Hex CC FB BA 13 0 1A 2 67 59 56
Octal 314 373 272 23 0 32 2 147 131 126
Binary 11001100 11111011 10111010 10011 0 11010 10 1100111 1011001 1010110

Color Harmonies of #CCFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBBA

Black with #CCFBBA

Text Example


Text Example

White with #CCFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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