#38CBA9

Color #38CBA9 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38CBA9

Tints of Shamrock #38CBA9

Color information

#38CBA9 (or 0x38CBA9) is unknown color: approx Shamrock. HEX triplet: 38, CB and A9. RGB value is (56,203,169). Sum of RGB (Red+Green+Blue) = 56+203+169=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CBA9 is #C73456. Grayscale: #9B9B9B. Windows color (decimal): -13055063 or 11127608. OLE color: 11127608.

HSL color Cylindrical-coordinate representation of color #38CBA9: hue angle of 166.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CBA9 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB56203169-
CMYK0.7200.170.20
HSL166.12º58.57%50.78%-
HSV(B)166.12º72.41%79.61%-
XYZ30.1546.4244.91-
YUV155.17135.857.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.08%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=13.08%
G=47.43%
B=39.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal562031690.7200.170.20166.1258.5750.78
Hex38CBA94801114a63b33
Octal70313251110021242467363
Binary111000110010111010100110010000100011010010100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,203,169); }

 H1.HeaderClassName
 {
   color: #38CBA9;
 }
 .AnyTagClassName
 {
   color: #38CBA9;
 }
</style>
background-color css

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

 a { background-color: rgb(56,203,169); }

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

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

 span { border-color: rgb(56,203,169); }

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