Html Css Color HEX #258B8C Java

📋 copy color: '#258B8C'

red 37 ◦ green 139 ◦ blue 140

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

Shades of Java #258B8C

Tints of Java #258B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 11.71%
G = 43.99%
B = 44.3%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#258B8C (or 0x258B8C) is known color: Java. HEX triplet: 25, 8B and 8C. RGB value is (37,139,140). Sum of RGB (Red+Green+Blue) = 37+139+140=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #258B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B8C is #DA7473. Grayscale: #6C6C6C. Windows color (decimal): -14316660 or 9210661. OLE color: 9210661.

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

Color convert

RGB 37 139 140 -
CMYK 0.74 0.01 0 0.45
HSL 180.58º 0.58% 0.35% -
HSV(B) 180.58º 0.74% 0.55% -
XYZ 14.73 20.75 28.04 -
YUV 108.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 37 139 140 0.74 0.01 0 0.45 180.58 0.58 0.35
Hex 25 8B 8C 4A 1 0 2D B5 3A 23
Octal 45 213 214 112 1 0 55 265 72 43
Binary 100101 10001011 10001100 1001010 1 0 101101 10110101 111010 100011

Color Harmonies of #258B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B8C

Black with #258B8C

Text Example


Text Example

White with #258B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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