Html Css Color HEX #185D7F Orient

📋 copy color: '#185D7F'

red 24 ◦ green 93 ◦ blue 127

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

Shades of Orient #185D7F

Tints of Orient #185D7F

RGB

 RED value IS 24 (9.77% from 255) = 9.84%

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

 BLUE value IS 127 (50% from 255) = 52.05%

R = 9.84%
G = 38.11%
B = 52.05%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185D7F (or 0x185D7F) is known color: Orient. HEX triplet: 18, 5D and 7F. RGB value is (24,93,127). Sum of RGB (Red+Green+Blue) = 24+93+127=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #185D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D7F is #E7A280. Grayscale: #4C4C4C. Windows color (decimal): -15180417 or 8346904. OLE color: 8346904.

HSL color Cylindrical-coordinate representation of color #185D7F: hue angle of 199.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185D7F is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 93 127 -
CMYK 0.81 0.27 0 0.50
HSL 199.81º 0.68% 0.3% -
HSV(B) 199.81º 0.81% 0.5% -
XYZ 8.12 9.56 21.49 -
YUV 76.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 24 93 127 0.81 0.27 0 0.50 199.81 0.68 0.3
Hex 18 5D 7F 51 1B 0 32 C8 44 1E
Octal 30 135 177 121 33 0 62 310 104 36
Binary 11000 1011101 1111111 1010001 11011 0 110010 11001000 1000100 11110

Color Harmonies of #185D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D7F

Black with #185D7F

Text Example


Text Example

White with #185D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185D7F; }

 p { color: rgb(24,93,127); }

 H1.HeaderClassName
 {
   color: #185D7F;
 }
 .AnyTagClassName
 {
   color: #185D7F;
 }
</style>

background-color css

<style>
 a { background-color: #185D7F; }

 a { background-color: rgb(24,93,127); }

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

border-color css

<style>
 span { border-color: #185D7F; }

 span { border-color: rgb(24,93,127); }

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