Html Css Color HEX #255E6E Orient

📋 copy color: '#255E6E'

red 37 ◦ green 94 ◦ blue 110

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

Shades of Orient #255E6E

Tints of Orient #255E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 15.35%
G = 39%
B = 45.64%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#255E6E (or 0x255E6E) is known color: Orient. HEX triplet: 25, 5E and 6E. RGB value is (37,94,110). Sum of RGB (Red+Green+Blue) = 37+94+110=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #255E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E6E is #DAA191. Grayscale: #4E4E4E. Windows color (decimal): -14328210 or 7233061. OLE color: 7233061.

HSL color Cylindrical-coordinate representation of color #255E6E: hue angle of 193.15º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255E6E is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 94 110 -
CMYK 0.66 0.15 0 0.57
HSL 193.15º 0.5% 0.29% -
HSV(B) 193.15º 0.66% 0.43% -
XYZ 7.58 9.52 16.19 -
YUV 78.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 37 94 110 0.66 0.15 0 0.57 193.15 0.5 0.29
Hex 25 5E 6E 42 F 0 39 C1 32 1D
Octal 45 136 156 102 17 0 71 301 62 35
Binary 100101 1011110 1101110 1000010 1111 0 111001 11000001 110010 11101

Color Harmonies of #255E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E6E

Black with #255E6E

Text Example


Text Example

White with #255E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,110); }

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

background-color css

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

 a { background-color: rgb(37,94,110); }

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

border-color css

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

 span { border-color: rgb(37,94,110); }

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