Html Css Color HEX #257B7E Atoll

📋 copy color: '#257B7E'

red 37 ◦ green 123 ◦ blue 126

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

Shades of Atoll #257B7E

Tints of Atoll #257B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.01%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 12.94%
G = 43.01%
B = 44.06%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#257B7E (or 0x257B7E) is known color: Atoll. HEX triplet: 25, 7B and 7E. RGB value is (37,123,126). Sum of RGB (Red+Green+Blue) = 37+123+126=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #257B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B7E is #DA8481. Grayscale: #616161. Windows color (decimal): -14320770 or 8289061. OLE color: 8289061.

HSL color Cylindrical-coordinate representation of color #257B7E: hue angle of 182.02º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257B7E is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 123 126 -
CMYK 0.71 0.02 0 0.51
HSL 182.02º 0.55% 0.32% -
HSV(B) 182.02º 0.71% 0.49% -
XYZ 11.61 16.07 22.23 -
YUV 97.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 37 123 126 0.71 0.02 0 0.51 182.02 0.55 0.32
Hex 25 7B 7E 47 2 0 33 B6 37 20
Octal 45 173 176 107 2 0 63 266 67 40
Binary 100101 1111011 1111110 1000111 10 0 110011 10110110 110111 100000

Color Harmonies of #257B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B7E

Black with #257B7E

Text Example


Text Example

White with #257B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257B7E; }

 p { color: rgb(37,123,126); }

 H1.HeaderClassName
 {
   color: #257B7E;
 }
 .AnyTagClassName
 {
   color: #257B7E;
 }
</style>

background-color css

<style>
 a { background-color: #257B7E; }

 a { background-color: rgb(37,123,126); }

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

border-color css

<style>
 span { border-color: #257B7E; }

 span { border-color: rgb(37,123,126); }

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