Html Css Color HEX #125E65 Blue Stone

📋 copy color: '#125E65'

red 18 ◦ green 94 ◦ blue 101

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

Shades of Blue Stone #125E65

Tints of Blue Stone #125E65

RGB

 RED value IS 18 (7.42% from 255) = 8.45%

 GREEN value IS 94 (37.11% from 255) = 44.13%

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 8.45%
G = 44.13%
B = 47.42%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125E65 (or 0x125E65) is known color: Blue Stone. HEX triplet: 12, 5E and 65. RGB value is (18,94,101). Sum of RGB (Red+Green+Blue) = 18+94+101=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #125E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E65 is #EDA19A. Grayscale: #474747. Windows color (decimal): -15573403 or 6643218. OLE color: 6643218.

HSL color Cylindrical-coordinate representation of color #125E65: hue angle of 185.06º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125E65 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 94 101 -
CMYK 0.82 0.07 0 0.60
HSL 185.06º 0.7% 0.23% -
HSV(B) 185.06º 0.82% 0.4% -
XYZ 6.6 9.07 13.72 -
YUV 72.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 18 94 101 0.82 0.07 0 0.60 185.06 0.7 0.23
Hex 12 5E 65 52 7 0 3C B9 46 17
Octal 22 136 145 122 7 0 74 271 106 27
Binary 10010 1011110 1100101 1010010 111 0 111100 10111001 1000110 10111

Color Harmonies of #125E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E65

Black with #125E65

Text Example


Text Example

White with #125E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125E65; }

 p { color: rgb(18,94,101); }

 H1.HeaderClassName
 {
   color: #125E65;
 }
 .AnyTagClassName
 {
   color: #125E65;
 }
</style>

background-color css

<style>
 a { background-color: #125E65; }

 a { background-color: rgb(18,94,101); }

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

border-color css

<style>
 span { border-color: #125E65; }

 span { border-color: rgb(18,94,101); }

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