Html Css Color HEX #38BBAF Light Sea Green

📋 copy color: '#38BBAF'

red 56 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #38BBAF

Tints of Light Sea Green #38BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.74%

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

R = 13.4%
G = 44.74%
B = 41.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#38BBAF (or 0x38BBAF) is known color: Light Sea Green. HEX triplet: 38, BB and AF. RGB value is (56,187,175). Sum of RGB (Red+Green+Blue) = 56+187+175=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BBAF is #C74450. Grayscale: #929292. Windows color (decimal): -13059153 or 11516728. OLE color: 11516728.

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

Color convert

RGB 56 187 175 -
CMYK 0.70 0 0.06 0.27
HSL 174.5º 0.54% 0.48% -
HSV(B) 174.5º 0.7% 0.73% -
XYZ 27.14 39.48 46.75 -
YUV 146.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 56 187 175 0.70 0 0.06 0.27 174.5 0.54 0.48
Hex 38 BB AF 46 0 6 1B AF 36 30
Octal 70 273 257 106 0 6 33 257 66 60
Binary 111000 10111011 10101111 1000110 0 110 11011 10101111 110110 110000

Color Harmonies of #38BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBAF

Black with #38BBAF

Text Example


Text Example

White with #38BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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