Html Css Color HEX #38BDAF Light Sea Green

📋 copy color: '#38BDAF'

red 56 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #38BDAF

Tints of Light Sea Green #38BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45%

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

R = 13.33%
G = 45%
B = 41.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#38BDAF (or 0x38BDAF) is known color: Light Sea Green. HEX triplet: 38, BD and AF. RGB value is (56,189,175). Sum of RGB (Red+Green+Blue) = 56+189+175=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #38BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BDAF is #C74250. Grayscale: #939393. Windows color (decimal): -13058641 or 11517240. OLE color: 11517240.

HSL color Cylindrical-coordinate representation of color #38BDAF: hue angle of 173.68º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BDAF is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 189 175 -
CMYK 0.70 0 0.07 0.26
HSL 173.68º 0.54% 0.48% -
HSV(B) 173.68º 0.7% 0.74% -
XYZ 27.57 40.33 46.89 -
YUV 147.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 56 189 175 0.70 0 0.07 0.26 173.68 0.54 0.48
Hex 38 BD AF 46 0 7 1A AE 36 30
Octal 70 275 257 106 0 7 32 256 66 60
Binary 111000 10111101 10101111 1000110 0 111 11010 10101110 110110 110000

Color Harmonies of #38BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDAF

Black with #38BDAF

Text Example


Text Example

White with #38BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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