Html Css Color HEX #258C88 Java

📋 copy color: '#258C88'

red 37 ◦ green 140 ◦ blue 136

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

Shades of Java #258C88

Tints of Java #258C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

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

R = 11.82%
G = 44.73%
B = 43.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#258C88 (or 0x258C88) is known color: Java. HEX triplet: 25, 8C and 88. RGB value is (37,140,136). Sum of RGB (Red+Green+Blue) = 37+140+136=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #258C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C88 is #DA7377. Grayscale: #6C6C6C. Windows color (decimal): -14316408 or 8948773. OLE color: 8948773.

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

Color convert

RGB 37 140 136 -
CMYK 0.74 0 0.03 0.45
HSL 177.67º 0.58% 0.35% -
HSV(B) 177.67º 0.74% 0.55% -
XYZ 14.58 20.93 26.56 -
YUV 108.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 37 140 136 0.74 0 0.03 0.45 177.67 0.58 0.35
Hex 25 8C 88 4A 0 3 2D B2 3A 23
Octal 45 214 210 112 0 3 55 262 72 43
Binary 100101 10001100 10001000 1001010 0 11 101101 10110010 111010 100011

Color Harmonies of #258C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C88

Black with #258C88

Text Example


Text Example

White with #258C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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