Html Css Color HEX #40B0AF Light Sea Green

📋 copy color: '#40B0AF'

red 64 ◦ green 176 ◦ blue 175

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

Shades of Light Sea Green #40B0AF

Tints of Light Sea Green #40B0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 15.42%
G = 42.41%
B = 42.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#40B0AF (or 0x40B0AF) is known color: Light Sea Green. HEX triplet: 40, B0 and AF. RGB value is (64,176,175). Sum of RGB (Red+Green+Blue) = 64+176+175=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #40B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B0AF is #BF4F50. Grayscale: #8E8E8E. Windows color (decimal): -12537681 or 11513920. OLE color: 11513920.

HSL color Cylindrical-coordinate representation of color #40B0AF: hue angle of 179.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B0AF is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 176 175 -
CMYK 0.64 0 0.01 0.31
HSL 179.46º 0.47% 0.47% -
HSV(B) 179.46º 0.64% 0.69% -
XYZ 25.38 35.24 46.02 -
YUV 142.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 64 176 175 0.64 0 0.01 0.31 179.46 0.47 0.47
Hex 40 B0 AF 40 0 1 1F B3 2F 2F
Octal 100 260 257 100 0 1 37 263 57 57
Binary 1000000 10110000 10101111 1000000 0 1 11111 10110011 101111 101111

Color Harmonies of #40B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B0AF

Black with #40B0AF

Text Example


Text Example

White with #40B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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