Html Css Color HEX #258E8A Java

📋 copy color: '#258E8A'

red 37 ◦ green 142 ◦ blue 138

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

Shades of Java #258E8A

Tints of Java #258E8A

RGB

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

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

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

R = 11.67%
G = 44.79%
B = 43.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#258E8A (or 0x258E8A) is known color: Java. HEX triplet: 25, 8E and 8A. RGB value is (37,142,138). Sum of RGB (Red+Green+Blue) = 37+142+138=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #258E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E8A is #DA7175. Grayscale: #6E6E6E. Windows color (decimal): -14315894 or 9080357. OLE color: 9080357.

HSL color Cylindrical-coordinate representation of color #258E8A: hue angle of 177.71º 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 #258E8A is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 142 138 -
CMYK 0.74 0 0.03 0.44
HSL 177.71º 0.59% 0.35% -
HSV(B) 177.71º 0.74% 0.56% -
XYZ 15.02 21.57 27.42 -
YUV 110.15 143.71 75.83 -
System Red Green Blue C M Y K H S L
Decimal 37 142 138 0.74 0 0.03 0.44 177.71 0.59 0.35
Hex 25 8E 8A 4A 0 3 2C B2 3B 23
Octal 45 216 212 112 0 3 54 262 73 43
Binary 100101 10001110 10001010 1001010 0 11 101100 10110010 111011 100011

Color Harmonies of #258E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258E8A

Black with #258E8A

Text Example


Text Example

White with #258E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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