Html Css Color HEX #38B9A8 Light Sea Green

📋 copy color: '#38B9A8'

red 56 ◦ green 185 ◦ blue 168

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

Shades of Light Sea Green #38B9A8

Tints of Light Sea Green #38B9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 13.69%
G = 45.23%
B = 41.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#38B9A8 (or 0x38B9A8) is known color: Light Sea Green. HEX triplet: 38, B9 and A8. RGB value is (56,185,168). Sum of RGB (Red+Green+Blue) = 56+185+168=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #38B9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B9A8 is #C74657. Grayscale: #909090. Windows color (decimal): -13059672 or 11057464. OLE color: 11057464.

HSL color Cylindrical-coordinate representation of color #38B9A8: hue angle of 172.09º 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 #38B9A8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 185 168 -
CMYK 0.70 0 0.09 0.27
HSL 172.09º 0.54% 0.47% -
HSV(B) 172.09º 0.7% 0.73% -
XYZ 26.05 38.37 43.08 -
YUV 144.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 56 185 168 0.70 0 0.09 0.27 172.09 0.54 0.47
Hex 38 B9 A8 46 0 9 1B AC 36 2F
Octal 70 271 250 106 0 11 33 254 66 57
Binary 111000 10111001 10101000 1000110 0 1001 11011 10101100 110110 101111

Color Harmonies of #38B9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B9A8

Black with #38B9A8

Text Example


Text Example

White with #38B9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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