Html Css Color HEX #38B899 Shamrock

📋 copy color: '#38B899'

red 56 ◦ green 184 ◦ blue 153

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

Shades of Shamrock #38B899

Tints of Shamrock #38B899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 14.25%
G = 46.82%
B = 38.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#38B899 (or 0x38B899) is known color: Shamrock. HEX triplet: 38, B8 and 99. RGB value is (56,184,153). Sum of RGB (Red+Green+Blue) = 56+184+153=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #38B899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B899 is #C74766. Grayscale: #8E8E8E. Windows color (decimal): -13059943 or 10074168. OLE color: 10074168.

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

Color convert

RGB 56 184 153 -
CMYK 0.70 0 0.17 0.28
HSL 165.47º 0.53% 0.47% -
HSV(B) 165.47º 0.7% 0.72% -
XYZ 24.52 37.42 36.07 -
YUV 142.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 56 184 153 0.70 0 0.17 0.28 165.47 0.53 0.47
Hex 38 B8 99 46 0 11 1C A5 35 2F
Octal 70 270 231 106 0 21 34 245 65 57
Binary 111000 10111000 10011001 1000110 0 10001 11100 10100101 110101 101111

Color Harmonies of #38B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B899

Black with #38B899

Text Example


Text Example

White with #38B899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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