Html Css Color HEX #255C7F Bahama Blue

📋 copy color: '#255C7F'

red 37 ◦ green 92 ◦ blue 127

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

Shades of Bahama Blue #255C7F

Tints of Bahama Blue #255C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.94%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 14.45%
G = 35.94%
B = 49.61%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#255C7F (or 0x255C7F) is known color: Bahama Blue. HEX triplet: 25, 5C and 7F. RGB value is (37,92,127). Sum of RGB (Red+Green+Blue) = 37+92+127=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #255C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C7F is #DAA380. Grayscale: #4F4F4F. Windows color (decimal): -14328705 or 8346661. OLE color: 8346661.

HSL color Cylindrical-coordinate representation of color #255C7F: hue angle of 203.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255C7F is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 92 127 -
CMYK 0.71 0.28 0 0.50
HSL 203.33º 0.55% 0.32% -
HSV(B) 203.33º 0.71% 0.5% -
XYZ 8.42 9.58 21.48 -
YUV 79.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 37 92 127 0.71 0.28 0 0.50 203.33 0.55 0.32
Hex 25 5C 7F 47 1C 0 32 CB 37 20
Octal 45 134 177 107 34 0 62 313 67 40
Binary 100101 1011100 1111111 1000111 11100 0 110010 11001011 110111 100000

Color Harmonies of #255C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C7F

Black with #255C7F

Text Example


Text Example

White with #255C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,92,127); }

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

background-color css

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

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

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

border-color css

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

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

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