Html Css Color HEX #38B89B Shamrock

📋 copy color: '#38B89B'

red 56 ◦ green 184 ◦ blue 155

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

Shades of Shamrock #38B89B

Tints of Shamrock #38B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 14.18%
G = 46.58%
B = 39.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#38B89B (or 0x38B89B) is known color: Shamrock. HEX triplet: 38, B8 and 9B. RGB value is (56,184,155). Sum of RGB (Red+Green+Blue) = 56+184+155=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #38B89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B89B is #C74764. Grayscale: #8E8E8E. Windows color (decimal): -13059941 or 10205240. OLE color: 10205240.

HSL color Cylindrical-coordinate representation of color #38B89B: hue angle of 166.41º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B89B is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 184 155 -
CMYK 0.70 0 0.16 0.28
HSL 166.41º 0.53% 0.47% -
HSV(B) 166.41º 0.7% 0.72% -
XYZ 24.69 37.49 36.95 -
YUV 142.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 56 184 155 0.70 0 0.16 0.28 166.41 0.53 0.47
Hex 38 B8 9B 46 0 10 1C A6 35 2F
Octal 70 270 233 106 0 20 34 246 65 57
Binary 111000 10111000 10011011 1000110 0 10000 11100 10100110 110101 101111

Color Harmonies of #38B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B89B

Black with #38B89B

Text Example


Text Example

White with #38B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,184,155); }

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

background-color css

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

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

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

border-color css

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

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

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