Html Css Color HEX #38B994 Shamrock

📋 copy color: '#38B994'

red 56 ◦ green 185 ◦ blue 148

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

Shades of Shamrock #38B994

Tints of Shamrock #38B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 14.4%
G = 47.56%
B = 38.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#38B994 (or 0x38B994) is known color: Shamrock. HEX triplet: 38, B9 and 94. RGB value is (56,185,148). Sum of RGB (Red+Green+Blue) = 56+185+148=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #38B994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B994 is #C7466B. Grayscale: #8E8E8E. Windows color (decimal): -13059692 or 9746744. OLE color: 9746744.

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

Color convert

RGB 56 185 148 -
CMYK 0.70 0 0.20 0.27
HSL 162.79º 0.54% 0.47% -
HSV(B) 162.79º 0.7% 0.73% -
XYZ 24.33 37.68 34.01 -
YUV 142.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 56 185 148 0.70 0 0.20 0.27 162.79 0.54 0.47
Hex 38 B9 94 46 0 14 1B A3 36 2F
Octal 70 271 224 106 0 24 33 243 66 57
Binary 111000 10111001 10010100 1000110 0 10100 11011 10100011 110110 101111

Color Harmonies of #38B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B994

Black with #38B994

Text Example


Text Example

White with #38B994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,185,148); }

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

background-color css

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

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

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

border-color css

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

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

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