Html Css Color HEX #CBEAC2 Tea Green

📋 copy color: '#CBEAC2'

red 203 ◦ green 234 ◦ blue 194

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

Shades of Tea Green #CBEAC2

Tints of Tea Green #CBEAC2

RGB

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

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

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

R = 32.17%
G = 37.08%
B = 30.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CBEAC2 (or 0xCBEAC2) is known color: Tea Green. HEX triplet: CB, EA and C2. RGB value is (203,234,194). Sum of RGB (Red+Green+Blue) = 203+234+194=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC2 is #34153D. Grayscale: #DCDCDC. Windows color (decimal): -3413310 or 12774091. OLE color: 12774091.

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

Color convert

RGB 203 234 194 -
CMYK 0.13 0 0.17 0.08
HSL 106.5º 0.49% 0.84% -
HSV(B) 106.5º 0.17% 0.92% -
XYZ 63.79 75.44 62.24 -
YUV 220.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 203 234 194 0.13 0 0.17 0.08 106.5 0.49 0.84
Hex CB EA C2 D 0 11 8 6A 31 54
Octal 313 352 302 15 0 21 10 152 61 124
Binary 11001011 11101010 11000010 1101 0 10001 1000 1101010 110001 1010100

Color Harmonies of #CBEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAC2

Black with #CBEAC2

Text Example


Text Example

White with #CBEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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