Html Css Color HEX #125D7A Allports

📋 copy color: '#125D7A'

red 18 ◦ green 93 ◦ blue 122

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

Shades of Allports #125D7A

Tints of Allports #125D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

 BLUE value IS 122 (48.05% from 255) = 52.36%

R = 7.73%
G = 39.91%
B = 52.36%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#125D7A (or 0x125D7A) is known color: Allports. HEX triplet: 12, 5D and 7A. RGB value is (18,93,122). Sum of RGB (Red+Green+Blue) = 18+93+122=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #125D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D7A is #EDA285. Grayscale: #494949. Windows color (decimal): -15573638 or 8019218. OLE color: 8019218.

HSL color Cylindrical-coordinate representation of color #125D7A: hue angle of 196.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125D7A is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 93 122 -
CMYK 0.85 0.24 0 0.52
HSL 196.73º 0.74% 0.27% -
HSV(B) 196.73º 0.85% 0.48% -
XYZ 7.68 9.36 19.81 -
YUV 73.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 18 93 122 0.85 0.24 0 0.52 196.73 0.74 0.27
Hex 12 5D 7A 55 18 0 34 C5 4A 1B
Octal 22 135 172 125 30 0 64 305 112 33
Binary 10010 1011101 1111010 1010101 11000 0 110100 11000101 1001010 11011

Color Harmonies of #125D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D7A

Black with #125D7A

Text Example


Text Example

White with #125D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,93,122); }

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

background-color css

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

 a { background-color: rgb(18,93,122); }

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

border-color css

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

 span { border-color: rgb(18,93,122); }

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