Html Css Color HEX #CCEEB5 Tea Green

📋 copy color: '#CCEEB5'

red 204 ◦ green 238 ◦ blue 181

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

Shades of Tea Green #CCEEB5

Tints of Tea Green #CCEEB5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

 BLUE value IS 181 (71.09% from 255) = 29.05%

R = 32.74%
G = 38.2%
B = 29.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CCEEB5 (or 0xCCEEB5) is known color: Tea Green. HEX triplet: CC, EE and B5. RGB value is (204,238,181). Sum of RGB (Red+Green+Blue) = 204+238+181=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEB5 is #33114A. Grayscale: #DDDDDD. Windows color (decimal): -3346763 or 11923148. OLE color: 11923148.

HSL color Cylindrical-coordinate representation of color #CCEEB5: hue angle of 95.79º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCEEB5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 181 -
CMYK 0.14 0 0.24 0.07
HSL 95.79º 0.63% 0.82% -
HSV(B) 95.79º 0.24% 0.93% -
XYZ 63.82 77.32 55.28 -
YUV 221.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 204 238 181 0.14 0 0.24 0.07 95.79 0.63 0.82
Hex CC EE B5 E 0 18 7 60 3F 52
Octal 314 356 265 16 0 30 7 140 77 122
Binary 11001100 11101110 10110101 1110 0 11000 111 1100000 111111 1010010

Color Harmonies of #CCEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEB5

Black with #CCEEB5

Text Example


Text Example

White with #CCEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEB5; }

 p { color: rgb(204,238,181); }

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

background-color css

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

 a { background-color: rgb(204,238,181); }

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

border-color css

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

 span { border-color: rgb(204,238,181); }

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