Html Css Color HEX #CBEFC1 Tea Green

📋 copy color: '#CBEFC1'

red 203 ◦ green 239 ◦ blue 193

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

Shades of Tea Green #CBEFC1

Tints of Tea Green #CBEFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 31.97%
G = 37.64%
B = 30.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#CBEFC1 (or 0xCBEFC1) is known color: Tea Green. HEX triplet: CB, EF and C1. RGB value is (203,239,193). Sum of RGB (Red+Green+Blue) = 203+239+193=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC1 is #34103E. Grayscale: #DFDFDF. Windows color (decimal): -3412031 or 12709835. OLE color: 12709835.

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

Color convert

RGB 203 239 193 -
CMYK 0.15 0 0.19 0.06
HSL 106.96º 0.59% 0.85% -
HSV(B) 106.96º 0.19% 0.94% -
XYZ 65.12 78.28 62.13 -
YUV 222.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 203 239 193 0.15 0 0.19 0.06 106.96 0.59 0.85
Hex CB EF C1 F 0 13 6 6B 3B 55
Octal 313 357 301 17 0 23 6 153 73 125
Binary 11001011 11101111 11000001 1111 0 10011 110 1101011 111011 1010101

Color Harmonies of #CBEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFC1

Black with #CBEFC1

Text Example


Text Example

White with #CBEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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