Html Css Color HEX #38C0AF Light Sea Green

📋 copy color: '#38C0AF'

red 56 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #38C0AF

Tints of Light Sea Green #38C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 13.24%
G = 45.39%
B = 41.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#38C0AF (or 0x38C0AF) is known color: Light Sea Green. HEX triplet: 38, C0 and AF. RGB value is (56,192,175). Sum of RGB (Red+Green+Blue) = 56+192+175=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C0AF is #C73F50. Grayscale: #959595. Windows color (decimal): -13057873 or 11518008. OLE color: 11518008.

HSL color Cylindrical-coordinate representation of color #38C0AF: hue angle of 172.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C0AF is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 175 -
CMYK 0.71 0 0.09 0.25
HSL 172.5º 0.55% 0.49% -
HSV(B) 172.5º 0.71% 0.75% -
XYZ 28.22 41.64 47.11 -
YUV 149.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 56 192 175 0.71 0 0.09 0.25 172.5 0.55 0.49
Hex 38 C0 AF 47 0 9 19 AC 37 31
Octal 70 300 257 107 0 11 31 254 67 61
Binary 111000 11000000 10101111 1000111 0 1001 11001 10101100 110111 110001

Color Harmonies of #38C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0AF

Black with #38C0AF

Text Example


Text Example

White with #38C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,175); }

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

background-color css

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

 a { background-color: rgb(56,192,175); }

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

border-color css

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

 span { border-color: rgb(56,192,175); }

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