Html Css Color HEX #38BBAE Light Sea Green

📋 copy color: '#38BBAE'

red 56 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #38BBAE

Tints of Light Sea Green #38BBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 13.43%
G = 44.84%
B = 41.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#38BBAE (or 0x38BBAE) is known color: Light Sea Green. HEX triplet: 38, BB and AE. RGB value is (56,187,174). Sum of RGB (Red+Green+Blue) = 56+187+174=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BBAE is #C74451. Grayscale: #929292. Windows color (decimal): -13059154 or 11451192. OLE color: 11451192.

HSL color Cylindrical-coordinate representation of color #38BBAE: hue angle of 174.05º 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 #38BBAE is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 187 174 -
CMYK 0.70 0 0.07 0.27
HSL 174.05º 0.54% 0.48% -
HSV(B) 174.05º 0.7% 0.73% -
XYZ 27.04 39.44 46.23 -
YUV 146.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 56 187 174 0.70 0 0.07 0.27 174.05 0.54 0.48
Hex 38 BB AE 46 0 7 1B AE 36 30
Octal 70 273 256 106 0 7 33 256 66 60
Binary 111000 10111011 10101110 1000110 0 111 11011 10101110 110110 110000

Color Harmonies of #38BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBAE

Black with #38BBAE

Text Example


Text Example

White with #38BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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