Html Css Color HEX #38BFB0 Light Sea Green

📋 copy color: '#38BFB0'

red 56 ◦ green 191 ◦ blue 176

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

Shades of Light Sea Green #38BFB0

Tints of Light Sea Green #38BFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 13.24%
G = 45.15%
B = 41.61%

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

#38BFB0 (or 0x38BFB0) is known color: Light Sea Green. HEX triplet: 38, BF and B0. RGB value is (56,191,176). Sum of RGB (Red+Green+Blue) = 56+191+176=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFB0 is #C7404F. Grayscale: #949494. Windows color (decimal): -13058128 or 11583288. OLE color: 11583288.

HSL color Cylindrical-coordinate representation of color #38BFB0: hue angle of 173.33º 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 #38BFB0 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 176 -
CMYK 0.71 0 0.08 0.25
HSL 173.33º 0.55% 0.48% -
HSV(B) 173.33º 0.71% 0.75% -
XYZ 28.1 41.24 47.55 -
YUV 148.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 56 191 176 0.71 0 0.08 0.25 173.33 0.55 0.48
Hex 38 BF B0 47 0 8 19 AD 37 30
Octal 70 277 260 107 0 10 31 255 67 60
Binary 111000 10111111 10110000 1000111 0 1000 11001 10101101 110111 110000

Color Harmonies of #38BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFB0

Black with #38BFB0

Text Example


Text Example

White with #38BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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