Html Css Color HEX #39B0A5 Light Sea Green

📋 copy color: '#39B0A5'

red 57 ◦ green 176 ◦ blue 165

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

Shades of Light Sea Green #39B0A5

Tints of Light Sea Green #39B0A5

RGB

 RED value IS 57 (22.66% from 255) = 14.32%

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

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 14.32%
G = 44.22%
B = 41.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#39B0A5 (or 0x39B0A5) is known color: Light Sea Green. HEX triplet: 39, B0 and A5. RGB value is (57,176,165). Sum of RGB (Red+Green+Blue) = 57+176+165=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #39B0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B0A5 is #C64F5A. Grayscale: #8B8B8B. Windows color (decimal): -12996443 or 10858553. OLE color: 10858553.

HSL color Cylindrical-coordinate representation of color #39B0A5: hue angle of 174.45º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B0A5 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 176 165 -
CMYK 0.68 0 0.06 0.31
HSL 174.45º 0.51% 0.46% -
HSV(B) 174.45º 0.68% 0.69% -
XYZ 24 34.64 41.02 -
YUV 139.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 57 176 165 0.68 0 0.06 0.31 174.45 0.51 0.46
Hex 39 B0 A5 44 0 6 1F AE 33 2E
Octal 71 260 245 104 0 6 37 256 63 56
Binary 111001 10110000 10100101 1000100 0 110 11111 10101110 110011 101110

Color Harmonies of #39B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B0A5

Black with #39B0A5

Text Example


Text Example

White with #39B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39B0A5; }

 p { color: rgb(57,176,165); }

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

background-color css

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

 a { background-color: rgb(57,176,165); }

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

border-color css

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

 span { border-color: rgb(57,176,165); }

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