Html Css Color HEX #CBEAC4 Tea Green

📋 copy color: '#CBEAC4'

red 203 ◦ green 234 ◦ blue 196

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

Shades of Tea Green #CBEAC4

Tints of Tea Green #CBEAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.96%

R = 32.07%
G = 36.97%
B = 30.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CBEAC4 (or 0xCBEAC4) is known color: Tea Green. HEX triplet: CB, EA and C4. RGB value is (203,234,196). Sum of RGB (Red+Green+Blue) = 203+234+196=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC4 is #34153B. Grayscale: #DCDCDC. Windows color (decimal): -3413308 or 12905163. OLE color: 12905163.

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

Color convert

RGB 203 234 196 -
CMYK 0.13 0 0.16 0.08
HSL 108.95º 0.48% 0.84% -
HSV(B) 108.95º 0.16% 0.92% -
XYZ 64.02 75.53 63.43 -
YUV 220.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 203 234 196 0.13 0 0.16 0.08 108.95 0.48 0.84
Hex CB EA C4 D 0 10 8 6D 30 54
Octal 313 352 304 15 0 20 10 155 60 124
Binary 11001011 11101010 11000100 1101 0 10000 1000 1101101 110000 1010100

Color Harmonies of #CBEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAC4

Black with #CBEAC4

Text Example


Text Example

White with #CBEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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