Html Css Color HEX #CCFEBA Tea Green

📋 copy color: '#CCFEBA'

red 204 ◦ green 254 ◦ blue 186

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

Shades of Tea Green #CCFEBA

Tints of Tea Green #CCFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.44%

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

R = 31.68%
G = 39.44%
B = 28.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#CCFEBA (or 0xCCFEBA) is known color: Tea Green. HEX triplet: CC, FE and BA. RGB value is (204,254,186). Sum of RGB (Red+Green+Blue) = 204+254+186=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEBA is #330145. Grayscale: #E7E7E7. Windows color (decimal): -3342662 or 12254924. OLE color: 12254924.

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

Color convert

RGB 204 254 186 -
CMYK 0.20 0 0.27 0.00
HSL 104.12º 0.97% 0.86% -
HSV(B) 104.12º 0.27% 1% -
XYZ 69.21 87.27 59.65 -
YUV 231.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 204 254 186 0.20 0 0.27 0.00 104.12 0.97 0.86
Hex CC FE BA 14 0 1B 0 68 61 56
Octal 314 376 272 24 0 33 0 150 141 126
Binary 11001100 11111110 10111010 10100 0 11011 0 1101000 1100001 1010110

Color Harmonies of #CCFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEBA

Black with #CCFEBA

Text Example


Text Example

White with #CCFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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