Html Css Color HEX #38CA8C Shamrock

📋 copy color: '#38CA8C'

red 56 ◦ green 202 ◦ blue 140

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

Shades of Shamrock #38CA8C

Tints of Shamrock #38CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.75%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 14.07%
G = 50.75%
B = 35.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#38CA8C (or 0x38CA8C) is known color: Shamrock. HEX triplet: 38, CA and 8C. RGB value is (56,202,140). Sum of RGB (Red+Green+Blue) = 56+202+140=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA8C is #C73573. Grayscale: #979797. Windows color (decimal): -13055348 or 9226808. OLE color: 9226808.

HSL color Cylindrical-coordinate representation of color #38CA8C: hue angle of 154.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA8C is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 140 -
CMYK 0.72 0 0.31 0.21
HSL 154.52º 0.58% 0.51% -
HSV(B) 154.52º 0.72% 0.79% -
XYZ 27.49 44.98 32.04 -
YUV 151.28 121.63 60.04 -
System Red Green Blue C M Y K H S L
Decimal 56 202 140 0.72 0 0.31 0.21 154.52 0.58 0.51
Hex 38 CA 8C 48 0 1F 15 9B 3A 33
Octal 70 312 214 110 0 37 25 233 72 63
Binary 111000 11001010 10001100 1001000 0 11111 10101 10011011 111010 110011

Color Harmonies of #38CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA8C

Black with #38CA8C

Text Example


Text Example

White with #38CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,202,140); }

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

background-color css

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

 a { background-color: rgb(56,202,140); }

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

border-color css

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

 span { border-color: rgb(56,202,140); }

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