Html Css Color HEX #38BABA Light Sea Green

📋 copy color: '#38BABA'

red 56 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #38BABA

Tints of Light Sea Green #38BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 13.08%
G = 43.46%
B = 43.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#38BABA (or 0x38BABA) is known color: Light Sea Green. HEX triplet: 38, BA and BA. RGB value is (56,186,186). Sum of RGB (Red+Green+Blue) = 56+186+186=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #38BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BABA is #C74545. Grayscale: #939393. Windows color (decimal): -13059398 or 12237368. OLE color: 12237368.

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

Color convert

RGB 56 186 186 -
CMYK 0.70 0 0 0.27
HSL 180º 0.54% 0.47% -
HSV(B) 180º 0.7% 0.73% -
XYZ 28.05 39.5 52.6 -
YUV 147.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 56 186 186 0.70 0 0 0.27 180 0.54 0.47
Hex 38 BA BA 46 0 0 1B B4 36 2F
Octal 70 272 272 106 0 0 33 264 66 57
Binary 111000 10111010 10111010 1000110 0 0 11011 10110100 110110 101111

Color Harmonies of #38BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BABA

Black with #38BABA

Text Example


Text Example

White with #38BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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