Html Css Color HEX #257B7B Atoll

📋 copy color: '#257B7B'

red 37 ◦ green 123 ◦ blue 123

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

Shades of Atoll #257B7B

Tints of Atoll #257B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 13.07%
G = 43.46%
B = 43.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#257B7B (or 0x257B7B) is known color: Atoll. HEX triplet: 25, 7B and 7B. RGB value is (37,123,123). Sum of RGB (Red+Green+Blue) = 37+123+123=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #257B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B7B is #DA8484. Grayscale: #616161. Windows color (decimal): -14320773 or 8092453. OLE color: 8092453.

HSL color Cylindrical-coordinate representation of color #257B7B: hue angle of 180º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B7B is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 123 123 -
CMYK 0.70 0 0 0.52
HSL 180º 0.54% 0.31% -
HSV(B) 180º 0.7% 0.48% -
XYZ 11.42 15.99 21.22 -
YUV 97.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 37 123 123 0.70 0 0 0.52 180 0.54 0.31
Hex 25 7B 7B 46 0 0 34 B4 36 1F
Octal 45 173 173 106 0 0 64 264 66 37
Binary 100101 1111011 1111011 1000110 0 0 110100 10110100 110110 11111

Color Harmonies of #257B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B7B

Black with #257B7B

Text Example


Text Example

White with #257B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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