Html Css Color HEX #38B7A4 Light Sea Green

📋 copy color: '#38B7A4'

red 56 ◦ green 183 ◦ blue 164

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

Shades of Light Sea Green #38B7A4

Tints of Light Sea Green #38B7A4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 13.9%
G = 45.41%
B = 40.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#38B7A4 (or 0x38B7A4) is known color: Light Sea Green. HEX triplet: 38, B7 and A4. RGB value is (56,183,164). Sum of RGB (Red+Green+Blue) = 56+183+164=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #38B7A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B7A4 is #C7485B. Grayscale: #8E8E8E. Windows color (decimal): -13060188 or 10794808. OLE color: 10794808.

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

Color convert

RGB 56 183 164 -
CMYK 0.69 0 0.10 0.28
HSL 171.02º 0.53% 0.47% -
HSV(B) 171.02º 0.69% 0.72% -
XYZ 25.27 37.39 41.01 -
YUV 142.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 56 183 164 0.69 0 0.10 0.28 171.02 0.53 0.47
Hex 38 B7 A4 45 0 A 1C AB 35 2F
Octal 70 267 244 105 0 12 34 253 65 57
Binary 111000 10110111 10100100 1000101 0 1010 11100 10101011 110101 101111

Color Harmonies of #38B7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B7A4

Black with #38B7A4

Text Example


Text Example

White with #38B7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,183,164); }

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

background-color css

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

 a { background-color: rgb(56,183,164); }

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

border-color css

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

 span { border-color: rgb(56,183,164); }

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