Html Css Color HEX #38B9A6 Light Sea Green

📋 copy color: '#38B9A6'

red 56 ◦ green 185 ◦ blue 166

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

Shades of Light Sea Green #38B9A6

Tints of Light Sea Green #38B9A6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 13.76%
G = 45.45%
B = 40.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#38B9A6 (or 0x38B9A6) is known color: Light Sea Green. HEX triplet: 38, B9 and A6. RGB value is (56,185,166). Sum of RGB (Red+Green+Blue) = 56+185+166=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #38B9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B9A6 is #C74659. Grayscale: #909090. Windows color (decimal): -13059674 or 10926392. OLE color: 10926392.

HSL color Cylindrical-coordinate representation of color #38B9A6: hue angle of 171.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B9A6 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 185 166 -
CMYK 0.70 0 0.10 0.27
HSL 171.16º 0.54% 0.47% -
HSV(B) 171.16º 0.7% 0.73% -
XYZ 25.86 38.29 42.1 -
YUV 144.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 56 185 166 0.70 0 0.10 0.27 171.16 0.54 0.47
Hex 38 B9 A6 46 0 A 1B AB 36 2F
Octal 70 271 246 106 0 12 33 253 66 57
Binary 111000 10111001 10100110 1000110 0 1010 11011 10101011 110110 101111

Color Harmonies of #38B9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B9A6

Black with #38B9A6

Text Example


Text Example

White with #38B9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,185,166); }

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

background-color css

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

 a { background-color: rgb(56,185,166); }

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

border-color css

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

 span { border-color: rgb(56,185,166); }

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