Html Css Color HEX #258B88 Java

📋 copy color: '#258B88'

red 37 ◦ green 139 ◦ blue 136

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

Shades of Java #258B88

Tints of Java #258B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 11.86%
G = 44.55%
B = 43.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#258B88 (or 0x258B88) is known color: Java. HEX triplet: 25, 8B and 88. RGB value is (37,139,136). Sum of RGB (Red+Green+Blue) = 37+139+136=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #258B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B88 is #DA7477. Grayscale: #6C6C6C. Windows color (decimal): -14316664 or 8948517. OLE color: 8948517.

HSL color Cylindrical-coordinate representation of color #258B88: hue angle of 178.24º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B88 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 139 136 -
CMYK 0.73 0 0.02 0.45
HSL 178.24º 0.58% 0.35% -
HSV(B) 178.24º 0.73% 0.55% -
XYZ 14.44 20.64 26.51 -
YUV 108.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 37 139 136 0.73 0 0.02 0.45 178.24 0.58 0.35
Hex 25 8B 88 49 0 2 2D B2 3A 23
Octal 45 213 210 111 0 2 55 262 72 43
Binary 100101 10001011 10001000 1001001 0 10 101101 10110010 111010 100011

Color Harmonies of #258B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B88

Black with #258B88

Text Example


Text Example

White with #258B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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