Html Css Color HEX #CBECC2 Tea Green

📋 copy color: '#CBECC2'

red 203 ◦ green 236 ◦ blue 194

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

Shades of Tea Green #CBECC2

Tints of Tea Green #CBECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

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

R = 32.07%
G = 37.28%
B = 30.65%

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

#CBECC2 (or 0xCBECC2) is known color: Tea Green. HEX triplet: CB, EC and C2. RGB value is (203,236,194). Sum of RGB (Red+Green+Blue) = 203+236+194=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC2 is #34133D. Grayscale: #DDDDDD. Windows color (decimal): -3412798 or 12774603. OLE color: 12774603.

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

Color convert

RGB 203 236 194 -
CMYK 0.14 0 0.18 0.07
HSL 107.14º 0.53% 0.84% -
HSV(B) 107.14º 0.18% 0.93% -
XYZ 64.36 76.58 62.43 -
YUV 221.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 203 236 194 0.14 0 0.18 0.07 107.14 0.53 0.84
Hex CB EC C2 E 0 12 7 6B 34 54
Octal 313 354 302 16 0 22 7 153 64 124
Binary 11001011 11101100 11000010 1110 0 10010 111 1101011 110100 1010100

Color Harmonies of #CBECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECC2

Black with #CBECC2

Text Example


Text Example

White with #CBECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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