Html Css Color HEX #CBE6B4 Tea Green

📋 copy color: '#CBE6B4'

red 203 ◦ green 230 ◦ blue 180

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

Shades of Tea Green #CBE6B4

Tints of Tea Green #CBE6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.36%

R = 33.12%
G = 37.52%
B = 29.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#CBE6B4 (or 0xCBE6B4) is known color: Tea Green. HEX triplet: CB, E6 and B4. RGB value is (203,230,180). Sum of RGB (Red+Green+Blue) = 203+230+180=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6B4 is #34194B. Grayscale: #D8D8D8. Windows color (decimal): -3414348 or 11855563. OLE color: 11855563.

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

Color convert

RGB 203 230 180 -
CMYK 0.12 0 0.22 0.10
HSL 92.4º 0.5% 0.8% -
HSV(B) 92.4º 0.22% 0.9% -
XYZ 61.16 72.59 53.97 -
YUV 216.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 203 230 180 0.12 0 0.22 0.10 92.4 0.5 0.8
Hex CB E6 B4 C 0 16 A 5C 32 50
Octal 313 346 264 14 0 26 12 134 62 120
Binary 11001011 11100110 10110100 1100 0 10110 1010 1011100 110010 1010000

Color Harmonies of #CBE6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6B4

Black with #CBE6B4

Text Example


Text Example

White with #CBE6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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