Html Css Color HEX #CBFAB9 Tea Green

📋 copy color: '#CBFAB9'

red 203 ◦ green 250 ◦ blue 185

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

Shades of Tea Green #CBFAB9

Tints of Tea Green #CBFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.18%

 BLUE value IS 185 (72.66% from 255) = 29%

R = 31.82%
G = 39.18%
B = 29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#CBFAB9 (or 0xCBFAB9) is known color: Tea Green. HEX triplet: CB, FA and B9. RGB value is (203,250,185). Sum of RGB (Red+Green+Blue) = 203+250+185=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAB9 is #340546. Grayscale: #E4E4E4. Windows color (decimal): -3409223 or 12188363. OLE color: 12188363.

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

Color convert

RGB 203 250 185 -
CMYK 0.19 0 0.26 0.02
HSL 103.38º 0.87% 0.85% -
HSV(B) 103.38º 0.26% 0.98% -
XYZ 67.57 84.57 58.66 -
YUV 228.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 203 250 185 0.19 0 0.26 0.02 103.38 0.87 0.85
Hex CB FA B9 13 0 1A 2 67 57 55
Octal 313 372 271 23 0 32 2 147 127 125
Binary 11001011 11111010 10111001 10011 0 11010 10 1100111 1010111 1010101

Color Harmonies of #CBFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFAB9

Black with #CBFAB9

Text Example


Text Example

White with #CBFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFAB9; }

 p { color: rgb(203,250,185); }

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

background-color css

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

 a { background-color: rgb(203,250,185); }

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

border-color css

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

 span { border-color: rgb(203,250,185); }

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