Html Css Color HEX #CBEFC0 Tea Green

📋 copy color: '#CBEFC0'

red 203 ◦ green 239 ◦ blue 192

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

Shades of Tea Green #CBEFC0

Tints of Tea Green #CBEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

 BLUE value IS 192 (75.39% from 255) = 30.28%

R = 32.02%
G = 37.7%
B = 30.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#CBEFC0 (or 0xCBEFC0) is known color: Tea Green. HEX triplet: CB, EF and C0. RGB value is (203,239,192). Sum of RGB (Red+Green+Blue) = 203+239+192=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC0 is #34103F. Grayscale: #DFDFDF. Windows color (decimal): -3412032 or 12644299. OLE color: 12644299.

HSL color Cylindrical-coordinate representation of color #CBEFC0: hue angle of 105.96º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 192 -
CMYK 0.15 0 0.20 0.06
HSL 105.96º 0.59% 0.85% -
HSV(B) 105.96º 0.2% 0.94% -
XYZ 65.01 78.24 61.54 -
YUV 222.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 203 239 192 0.15 0 0.20 0.06 105.96 0.59 0.85
Hex CB EF C0 F 0 14 6 6A 3B 55
Octal 313 357 300 17 0 24 6 152 73 125
Binary 11001011 11101111 11000000 1111 0 10100 110 1101010 111011 1010101

Color Harmonies of #CBEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFC0

Black with #CBEFC0

Text Example


Text Example

White with #CBEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFC0; }

 p { color: rgb(203,239,192); }

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

background-color css

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

 a { background-color: rgb(203,239,192); }

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

border-color css

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

 span { border-color: rgb(203,239,192); }

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