Html Css Color HEX #CBFBC2 Tea Green

📋 copy color: '#CBFBC2'

red 203 ◦ green 251 ◦ blue 194

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

Shades of Tea Green #CBFBC2

Tints of Tea Green #CBFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

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

R = 31.33%
G = 38.73%
B = 29.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#CBFBC2 (or 0xCBFBC2) is known color: Tea Green. HEX triplet: CB, FB and C2. RGB value is (203,251,194). Sum of RGB (Red+Green+Blue) = 203+251+194=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBC2 is #34043D. Grayscale: #E6E6E6. Windows color (decimal): -3408958 or 12778443. OLE color: 12778443.

HSL color Cylindrical-coordinate representation of color #CBFBC2: hue angle of 110.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBFBC2 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 251 194 -
CMYK 0.19 0 0.23 0.02
HSL 110.53º 0.88% 0.87% -
HSV(B) 110.53º 0.23% 0.98% -
XYZ 68.86 85.59 63.93 -
YUV 230.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 203 251 194 0.19 0 0.23 0.02 110.53 0.88 0.87
Hex CB FB C2 13 0 17 2 6F 58 57
Octal 313 373 302 23 0 27 2 157 130 127
Binary 11001011 11111011 11000010 10011 0 10111 10 1101111 1011000 1010111

Color Harmonies of #CBFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFBC2

Black with #CBFBC2

Text Example


Text Example

White with #CBFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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