Html Css Color HEX #38ADB0 Light Sea Green

📋 copy color: '#38ADB0'

red 56 ◦ green 173 ◦ blue 176

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

Shades of Light Sea Green #38ADB0

Tints of Light Sea Green #38ADB0

RGB

 RED value IS 56 (22.27% from 255) = 13.83%

 GREEN value IS 173 (67.97% from 255) = 42.72%

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

R = 13.83%
G = 42.72%
B = 43.46%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#38ADB0 (or 0x38ADB0) is known color: Light Sea Green. HEX triplet: 38, AD and B0. RGB value is (56,173,176). Sum of RGB (Red+Green+Blue) = 56+173+176=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #38ADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADB0 is #C7524F. Grayscale: #8A8A8A. Windows color (decimal): -13062736 or 11578680. OLE color: 11578680.

HSL color Cylindrical-coordinate representation of color #38ADB0: hue angle of 181.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38ADB0 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 173 176 -
CMYK 0.68 0.02 0 0.31
HSL 181.5º 0.52% 0.45% -
HSV(B) 181.5º 0.68% 0.69% -
XYZ 24.41 33.86 46.32 -
YUV 138.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 56 173 176 0.68 0.02 0 0.31 181.5 0.52 0.45
Hex 38 AD B0 44 2 0 1F B6 34 2D
Octal 70 255 260 104 2 0 37 266 64 55
Binary 111000 10101101 10110000 1000100 10 0 11111 10110110 110100 101101

Color Harmonies of #38ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADB0

Black with #38ADB0

Text Example


Text Example

White with #38ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38ADB0; }

 p { color: rgb(56,173,176); }

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

background-color css

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

 a { background-color: rgb(56,173,176); }

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

border-color css

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

 span { border-color: rgb(56,173,176); }

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