Html Css Color HEX #258A8F Java

📋 copy color: '#258A8F'

red 37 ◦ green 138 ◦ blue 143

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

Shades of Java #258A8F

Tints of Java #258A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 11.64%
G = 43.4%
B = 44.97%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258A8F (or 0x258A8F) is known color: Java. HEX triplet: 25, 8A and 8F. RGB value is (37,138,143). Sum of RGB (Red+Green+Blue) = 37+138+143=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #258A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A8F is #DA7570. Grayscale: #6C6C6C. Windows color (decimal): -14316913 or 9407013. OLE color: 9407013.

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

Color convert

RGB 37 138 143 -
CMYK 0.74 0.03 0 0.44
HSL 182.83º 0.59% 0.35% -
HSV(B) 182.83º 0.74% 0.56% -
XYZ 14.81 20.55 29.17 -
YUV 108.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 37 138 143 0.74 0.03 0 0.44 182.83 0.59 0.35
Hex 25 8A 8F 4A 3 0 2C B7 3B 23
Octal 45 212 217 112 3 0 54 267 73 43
Binary 100101 10001010 10001111 1001010 11 0 101100 10110111 111011 100011

Color Harmonies of #258A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258A8F

Black with #258A8F

Text Example


Text Example

White with #258A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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