Html Css Color HEX #38BFAF Light Sea Green

📋 copy color: '#38BFAF'

red 56 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #38BFAF

Tints of Light Sea Green #38BFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

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

R = 13.27%
G = 45.26%
B = 41.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#38BFAF (or 0x38BFAF) is known color: Light Sea Green. HEX triplet: 38, BF and AF. RGB value is (56,191,175). Sum of RGB (Red+Green+Blue) = 56+191+175=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFAF is #C74050. Grayscale: #949494. Windows color (decimal): -13058129 or 11517752. OLE color: 11517752.

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

Color convert

RGB 56 191 175 -
CMYK 0.71 0 0.08 0.25
HSL 172.89º 0.55% 0.48% -
HSV(B) 172.89º 0.71% 0.75% -
XYZ 28 41.2 47.03 -
YUV 148.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 56 191 175 0.71 0 0.08 0.25 172.89 0.55 0.48
Hex 38 BF AF 47 0 8 19 AD 37 30
Octal 70 277 257 107 0 10 31 255 67 60
Binary 111000 10111111 10101111 1000111 0 1000 11001 10101101 110111 110000

Color Harmonies of #38BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFAF

Black with #38BFAF

Text Example


Text Example

White with #38BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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