Html Css Color HEX #40B3B0 Light Sea Green

📋 copy color: '#40B3B0'

red 64 ◦ green 179 ◦ blue 176

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

Shades of Light Sea Green #40B3B0

Tints of Light Sea Green #40B3B0

RGB

 RED value IS 64 (25.39% from 255) = 15.27%

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 176 (69.14% from 255) = 42%

R = 15.27%
G = 42.72%
B = 42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#40B3B0 (or 0x40B3B0) is known color: Light Sea Green. HEX triplet: 40, B3 and B0. RGB value is (64,179,176). Sum of RGB (Red+Green+Blue) = 64+179+176=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #40B3B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B3B0 is #BF4C4F. Grayscale: #909090. Windows color (decimal): -12536912 or 11580224. OLE color: 11580224.

HSL color Cylindrical-coordinate representation of color #40B3B0: hue angle of 178.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B3B0 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 179 176 -
CMYK 0.64 0 0.02 0.30
HSL 178.43º 0.47% 0.48% -
HSV(B) 178.43º 0.64% 0.7% -
XYZ 26.07 36.46 46.74 -
YUV 144.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 64 179 176 0.64 0 0.02 0.30 178.43 0.47 0.48
Hex 40 B3 B0 40 0 2 1E B2 2F 30
Octal 100 263 260 100 0 2 36 262 57 60
Binary 1000000 10110011 10110000 1000000 0 10 11110 10110010 101111 110000

Color Harmonies of #40B3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B3B0

Black with #40B3B0

Text Example


Text Example

White with #40B3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B3B0; }

 p { color: rgb(64,179,176); }

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

background-color css

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

 a { background-color: rgb(64,179,176); }

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

border-color css

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

 span { border-color: rgb(64,179,176); }

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