Html Css Color HEX #258E8E Java

📋 copy color: '#258E8E'

red 37 ◦ green 142 ◦ blue 142

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

Shades of Java #258E8E

Tints of Java #258E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 11.53%
G = 44.24%
B = 44.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258E8E (or 0x258E8E) is known color: Java. HEX triplet: 25, 8E and 8E. RGB value is (37,142,142). Sum of RGB (Red+Green+Blue) = 37+142+142=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #258E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E8E is #DA7171. Grayscale: #6E6E6E. Windows color (decimal): -14315890 or 9342501. OLE color: 9342501.

HSL color Cylindrical-coordinate representation of color #258E8E: hue angle of 180º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E8E is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 142 142 -
CMYK 0.74 0 0 0.44
HSL 180º 0.59% 0.35% -
HSV(B) 180º 0.74% 0.56% -
XYZ 15.32 21.69 28.97 -
YUV 110.61 145.71 75.5 -
System Red Green Blue C M Y K H S L
Decimal 37 142 142 0.74 0 0 0.44 180 0.59 0.35
Hex 25 8E 8E 4A 0 0 2C B4 3B 23
Octal 45 216 216 112 0 0 54 264 73 43
Binary 100101 10001110 10001110 1001010 0 0 101100 10110100 111011 100011

Color Harmonies of #258E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258E8E

Black with #258E8E

Text Example


Text Example

White with #258E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,142); }

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

background-color css

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

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

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

border-color css

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

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

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