Html Css Color HEX #255D6F Orient

📋 copy color: '#255D6F'

red 37 ◦ green 93 ◦ blue 111

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

Shades of Orient #255D6F

Tints of Orient #255D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 15.35%
G = 38.59%
B = 46.06%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255D6F (or 0x255D6F) is known color: Orient. HEX triplet: 25, 5D and 6F. RGB value is (37,93,111). Sum of RGB (Red+Green+Blue) = 37+93+111=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #255D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D6F is #DAA290. Grayscale: #4E4E4E. Windows color (decimal): -14328465 or 7298341. OLE color: 7298341.

HSL color Cylindrical-coordinate representation of color #255D6F: hue angle of 194.59º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255D6F is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 93 111 -
CMYK 0.67 0.16 0 0.56
HSL 194.59º 0.5% 0.29% -
HSV(B) 194.59º 0.67% 0.44% -
XYZ 7.55 9.37 16.45 -
YUV 78.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 37 93 111 0.67 0.16 0 0.56 194.59 0.5 0.29
Hex 25 5D 6F 43 10 0 38 C3 32 1D
Octal 45 135 157 103 20 0 70 303 62 35
Binary 100101 1011101 1101111 1000011 10000 0 111000 11000011 110010 11101

Color Harmonies of #255D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D6F

Black with #255D6F

Text Example


Text Example

White with #255D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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