Html Css Color HEX #258B8A Java

📋 copy color: '#258B8A'

red 37 ◦ green 139 ◦ blue 138

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

Shades of Java #258B8A

Tints of Java #258B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 11.78%
G = 44.27%
B = 43.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#258B8A (or 0x258B8A) is known color: Java. HEX triplet: 25, 8B and 8A. RGB value is (37,139,138). Sum of RGB (Red+Green+Blue) = 37+139+138=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #258B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B8A is #DA7475. Grayscale: #6C6C6C. Windows color (decimal): -14316662 or 9079589. OLE color: 9079589.

HSL color Cylindrical-coordinate representation of color #258B8A: hue angle of 179.41º 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 #258B8A is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 139 138 -
CMYK 0.73 0 0.01 0.45
HSL 179.41º 0.58% 0.35% -
HSV(B) 179.41º 0.73% 0.55% -
XYZ 14.58 20.69 27.27 -
YUV 108.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 37 139 138 0.73 0 0.01 0.45 179.41 0.58 0.35
Hex 25 8B 8A 49 0 1 2D B3 3A 23
Octal 45 213 212 111 0 1 55 263 72 43
Binary 100101 10001011 10001010 1001001 0 1 101101 10110011 111010 100011

Color Harmonies of #258B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B8A

Black with #258B8A

Text Example


Text Example

White with #258B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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