Html Css Color HEX #CBEDC2 Tea Green

📋 copy color: '#CBEDC2'

red 203 ◦ green 237 ◦ blue 194

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

Shades of Tea Green #CBEDC2

Tints of Tea Green #CBEDC2

RGB

 RED value IS 203 (79.69% from 255) = 32.02%

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 194 (76.17% from 255) = 30.6%

R = 32.02%
G = 37.38%
B = 30.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#CBEDC2 (or 0xCBEDC2) is known color: Tea Green. HEX triplet: CB, ED and C2. RGB value is (203,237,194). Sum of RGB (Red+Green+Blue) = 203+237+194=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC2 is #34123D. Grayscale: #DEDEDE. Windows color (decimal): -3412542 or 12774859. OLE color: 12774859.

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

Color convert

RGB 203 237 194 -
CMYK 0.14 0 0.18 0.07
HSL 107.44º 0.54% 0.85% -
HSV(B) 107.44º 0.18% 0.93% -
XYZ 64.65 77.16 62.52 -
YUV 221.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 203 237 194 0.14 0 0.18 0.07 107.44 0.54 0.85
Hex CB ED C2 E 0 12 7 6B 36 55
Octal 313 355 302 16 0 22 7 153 66 125
Binary 11001011 11101101 11000010 1110 0 10010 111 1101011 110110 1010101

Color Harmonies of #CBEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDC2

Black with #CBEDC2

Text Example


Text Example

White with #CBEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDC2; }

 p { color: rgb(203,237,194); }

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

background-color css

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

 a { background-color: rgb(203,237,194); }

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

border-color css

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

 span { border-color: rgb(203,237,194); }

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