Html Css Color HEX #62B4A0 Keppel

📋 copy color: '#62B4A0'

red 98 ◦ green 180 ◦ blue 160

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

Shades of Keppel #62B4A0

Tints of Keppel #62B4A0

RGB

 RED value IS 98 (38.67% from 255) = 22.37%

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 22.37%
G = 41.1%
B = 36.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#62B4A0 (or 0x62B4A0) is known color: Keppel. HEX triplet: 62, B4 and A0. RGB value is (98,180,160). Sum of RGB (Red+Green+Blue) = 98+180+160=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B4A0 is #9D4B5F. Grayscale: #999999. Windows color (decimal): -10308448 or 10531938. OLE color: 10531938.

HSL color Cylindrical-coordinate representation of color #62B4A0: hue angle of 165.37º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B4A0 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 180 160 -
CMYK 0.46 0 0.11 0.29
HSL 165.37º 0.35% 0.55% -
HSV(B) 165.37º 0.46% 0.71% -
XYZ 27.7 37.78 39.09 -
YUV 153.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 98 180 160 0.46 0 0.11 0.29 165.37 0.35 0.55
Hex 62 B4 A0 2E 0 B 1D A5 23 37
Octal 142 264 240 56 0 13 35 245 43 67
Binary 1100010 10110100 10100000 101110 0 1011 11101 10100101 100011 110111

Color Harmonies of #62B4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B4A0

Black with #62B4A0

Text Example


Text Example

White with #62B4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62B4A0; }

 p { color: rgb(98,180,160); }

 H1.HeaderClassName
 {
   color: #62B4A0;
 }
 .AnyTagClassName
 {
   color: #62B4A0;
 }
</style>

background-color css

<style>
 a { background-color: #62B4A0; }

 a { background-color: rgb(98,180,160); }

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

border-color css

<style>
 span { border-color: #62B4A0; }

 span { border-color: rgb(98,180,160); }

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