Html Css Color HEX #38B8A8 Light Sea Green

📋 copy color: '#38B8A8'

red 56 ◦ green 184 ◦ blue 168

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

Shades of Light Sea Green #38B8A8

Tints of Light Sea Green #38B8A8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 13.73%
G = 45.1%
B = 41.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#38B8A8 (or 0x38B8A8) is known color: Light Sea Green. HEX triplet: 38, B8 and A8. RGB value is (56,184,168). Sum of RGB (Red+Green+Blue) = 56+184+168=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #38B8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B8A8 is #C74757. Grayscale: #8F8F8F. Windows color (decimal): -13059928 or 11057208. OLE color: 11057208.

HSL color Cylindrical-coordinate representation of color #38B8A8: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B8A8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 184 168 -
CMYK 0.70 0 0.09 0.28
HSL 172.5º 0.53% 0.47% -
HSV(B) 172.5º 0.7% 0.72% -
XYZ 25.84 37.95 43.01 -
YUV 143.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 56 184 168 0.70 0 0.09 0.28 172.5 0.53 0.47
Hex 38 B8 A8 46 0 9 1C AC 35 2F
Octal 70 270 250 106 0 11 34 254 65 57
Binary 111000 10111000 10101000 1000110 0 1001 11100 10101100 110101 101111

Color Harmonies of #38B8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B8A8

Black with #38B8A8

Text Example


Text Example

White with #38B8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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