Html Css Color HEX #CBE6C5 Tea Green

📋 copy color: '#CBE6C5'

red 203 ◦ green 230 ◦ blue 197

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

Shades of Tea Green #CBE6C5

Tints of Tea Green #CBE6C5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

 BLUE value IS 197 (77.34% from 255) = 31.27%

R = 32.22%
G = 36.51%
B = 31.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#CBE6C5 (or 0xCBE6C5) is known color: Tea Green. HEX triplet: CB, E6 and C5. RGB value is (203,230,197). Sum of RGB (Red+Green+Blue) = 203+230+197=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6C5 is #34193A. Grayscale: #DADADA. Windows color (decimal): -3414331 or 12969675. OLE color: 12969675.

HSL color Cylindrical-coordinate representation of color #CBE6C5: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE6C5 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 197 -
CMYK 0.12 0 0.14 0.10
HSL 109.09º 0.4% 0.84% -
HSV(B) 109.09º 0.14% 0.9% -
XYZ 63 73.32 63.66 -
YUV 218.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 203 230 197 0.12 0 0.14 0.10 109.09 0.4 0.84
Hex CB E6 C5 C 0 E A 6D 28 54
Octal 313 346 305 14 0 16 12 155 50 124
Binary 11001011 11100110 11000101 1100 0 1110 1010 1101101 101000 1010100

Color Harmonies of #CBE6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6C5

Black with #CBE6C5

Text Example


Text Example

White with #CBE6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6C5; }

 p { color: rgb(203,230,197); }

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

background-color css

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

 a { background-color: rgb(203,230,197); }

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

border-color css

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

 span { border-color: rgb(203,230,197); }

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