Html Css Color HEX #CCFCBA Tea Green

📋 copy color: '#CCFCBA'

red 204 ◦ green 252 ◦ blue 186

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

Shades of Tea Green #CCFCBA

Tints of Tea Green #CCFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.25%

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

R = 31.78%
G = 39.25%
B = 28.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#CCFCBA (or 0xCCFCBA) is known color: Tea Green. HEX triplet: CC, FC and BA. RGB value is (204,252,186). Sum of RGB (Red+Green+Blue) = 204+252+186=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCBA is #330345. Grayscale: #E6E6E6. Windows color (decimal): -3343174 or 12254412. OLE color: 12254412.

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

Color convert

RGB 204 252 186 -
CMYK 0.19 0 0.26 0.01
HSL 103.64º 0.92% 0.86% -
HSV(B) 103.64º 0.26% 0.99% -
XYZ 68.58 86 59.44 -
YUV 230.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 204 252 186 0.19 0 0.26 0.01 103.64 0.92 0.86
Hex CC FC BA 13 0 1A 1 68 5C 56
Octal 314 374 272 23 0 32 1 150 134 126
Binary 11001100 11111100 10111010 10011 0 11010 1 1101000 1011100 1010110

Color Harmonies of #CCFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCBA

Black with #CCFCBA

Text Example


Text Example

White with #CCFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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