Html Css Color HEX #258B96 Java

📋 copy color: '#258B96'

red 37 ◦ green 139 ◦ blue 150

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

Shades of Java #258B96

Tints of Java #258B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 11.35%
G = 42.64%
B = 46.01%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#258B96 (or 0x258B96) is known color: Java. HEX triplet: 25, 8B and 96. RGB value is (37,139,150). Sum of RGB (Red+Green+Blue) = 37+139+150=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #258B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B96 is #DA7469. Grayscale: #6D6D6D. Windows color (decimal): -14316650 or 9866021. OLE color: 9866021.

HSL color Cylindrical-coordinate representation of color #258B96: hue angle of 185.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258B96 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 139 150 -
CMYK 0.75 0.07 0 0.41
HSL 185.84º 0.6% 0.37% -
HSV(B) 185.84º 0.75% 0.59% -
XYZ 15.5 21.06 32.1 -
YUV 109.76 150.71 76.11 -
System Red Green Blue C M Y K H S L
Decimal 37 139 150 0.75 0.07 0 0.41 185.84 0.6 0.37
Hex 25 8B 96 4B 7 0 29 BA 3C 25
Octal 45 213 226 113 7 0 51 272 74 45
Binary 100101 10001011 10010110 1001011 111 0 101001 10111010 111100 100101

Color Harmonies of #258B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B96

Black with #258B96

Text Example


Text Example

White with #258B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258B96; }

 p { color: rgb(37,139,150); }

 H1.HeaderClassName
 {
   color: #258B96;
 }
 .AnyTagClassName
 {
   color: #258B96;
 }
</style>

background-color css

<style>
 a { background-color: #258B96; }

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

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

border-color css

<style>
 span { border-color: #258B96; }

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

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