Html Css Color HEX #CCEAC1 Tea Green

📋 copy color: '#CCEAC1'

red 204 ◦ green 234 ◦ blue 193

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

Shades of Tea Green #CCEAC1

Tints of Tea Green #CCEAC1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

 BLUE value IS 193 (75.78% from 255) = 30.59%

R = 32.33%
G = 37.08%
B = 30.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CCEAC1 (or 0xCCEAC1) is known color: Tea Green. HEX triplet: CC, EA and C1. RGB value is (204,234,193). Sum of RGB (Red+Green+Blue) = 204+234+193=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAC1 is #33153E. Grayscale: #DCDCDC. Windows color (decimal): -3347775 or 12708556. OLE color: 12708556.

HSL color Cylindrical-coordinate representation of color #CCEAC1: hue angle of 103.9º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEAC1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 193 -
CMYK 0.13 0 0.18 0.08
HSL 103.9º 0.49% 0.84% -
HSV(B) 103.9º 0.18% 0.92% -
XYZ 63.95 75.53 61.66 -
YUV 220.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 204 234 193 0.13 0 0.18 0.08 103.9 0.49 0.84
Hex CC EA C1 D 0 12 8 68 31 54
Octal 314 352 301 15 0 22 10 150 61 124
Binary 11001100 11101010 11000001 1101 0 10010 1000 1101000 110001 1010100

Color Harmonies of #CCEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAC1

Black with #CCEAC1

Text Example


Text Example

White with #CCEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAC1; }

 p { color: rgb(204,234,193); }

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

background-color css

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

 a { background-color: rgb(204,234,193); }

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

border-color css

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

 span { border-color: rgb(204,234,193); }

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