Html Css Color HEX #38C3AD Shamrock

📋 copy color: '#38C3AD'

red 56 ◦ green 195 ◦ blue 173

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

Shades of Shamrock #38C3AD

Tints of Shamrock #38C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 13.21%
G = 45.99%
B = 40.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#38C3AD (or 0x38C3AD) is known color: Shamrock. HEX triplet: 38, C3 and AD. RGB value is (56,195,173). Sum of RGB (Red+Green+Blue) = 56+195+173=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #38C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C3AD is #C73C52. Grayscale: #969696. Windows color (decimal): -13057107 or 11387704. OLE color: 11387704.

HSL color Cylindrical-coordinate representation of color #38C3AD: hue angle of 170.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C3AD is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 195 173 -
CMYK 0.71 0 0.11 0.24
HSL 170.5º 0.55% 0.49% -
HSV(B) 170.5º 0.71% 0.76% -
XYZ 28.69 42.89 46.3 -
YUV 150.93 140.45 60.29 -
System Red Green Blue C M Y K H S L
Decimal 56 195 173 0.71 0 0.11 0.24 170.5 0.55 0.49
Hex 38 C3 AD 47 0 B 18 AB 37 31
Octal 70 303 255 107 0 13 30 253 67 61
Binary 111000 11000011 10101101 1000111 0 1011 11000 10101011 110111 110001

Color Harmonies of #38C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C3AD

Black with #38C3AD

Text Example


Text Example

White with #38C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,195,173); }

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

background-color css

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

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

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

border-color css

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

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

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