Html Css Color HEX #255D76 Orient

📋 copy color: '#255D76'

red 37 ◦ green 93 ◦ blue 118

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

Shades of Orient #255D76

Tints of Orient #255D76

RGB

 RED value IS 37 (14.84% from 255) = 14.92%

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

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 14.92%
G = 37.5%
B = 47.58%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255D76 (or 0x255D76) is known color: Orient. HEX triplet: 25, 5D and 76. RGB value is (37,93,118). Sum of RGB (Red+Green+Blue) = 37+93+118=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #255D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D76 is #DAA289. Grayscale: #4E4E4E. Windows color (decimal): -14328458 or 7757093. OLE color: 7757093.

HSL color Cylindrical-coordinate representation of color #255D76: hue angle of 198.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255D76 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 93 118 -
CMYK 0.69 0.21 0 0.54
HSL 198.52º 0.52% 0.3% -
HSV(B) 198.52º 0.69% 0.46% -
XYZ 7.95 9.53 18.56 -
YUV 79.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 37 93 118 0.69 0.21 0 0.54 198.52 0.52 0.3
Hex 25 5D 76 45 15 0 36 C7 34 1E
Octal 45 135 166 105 25 0 66 307 64 36
Binary 100101 1011101 1110110 1000101 10101 0 110110 11000111 110100 11110

Color Harmonies of #255D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D76

Black with #255D76

Text Example


Text Example

White with #255D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D76; }

 p { color: rgb(37,93,118); }

 H1.HeaderClassName
 {
   color: #255D76;
 }
 .AnyTagClassName
 {
   color: #255D76;
 }
</style>

background-color css

<style>
 a { background-color: #255D76; }

 a { background-color: rgb(37,93,118); }

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

border-color css

<style>
 span { border-color: #255D76; }

 span { border-color: rgb(37,93,118); }

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