Html Css Color HEX #18BFB2 Light Sea Green

📋 copy color: '#18BFB2'

red 24 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #18BFB2

Tints of Light Sea Green #18BFB2

RGB

 RED value IS 24 (9.77% from 255) = 6.11%

 GREEN value IS 191 (75% from 255) = 48.6%

 BLUE value IS 178 (69.92% from 255) = 45.29%

R = 6.11%
G = 48.6%
B = 45.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#18BFB2 (or 0x18BFB2) is known color: Light Sea Green. HEX triplet: 18, BF and B2. RGB value is (24,191,178). Sum of RGB (Red+Green+Blue) = 24+191+178=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFB2 is #E7404D. Grayscale: #8B8B8B. Windows color (decimal): -15155278 or 11714328. OLE color: 11714328.

HSL color Cylindrical-coordinate representation of color #18BFB2: hue angle of 175.33º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFB2 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 191 178 -
CMYK 0.87 0 0.07 0.25
HSL 175.33º 0.78% 0.42% -
HSV(B) 175.33º 0.87% 0.75% -
XYZ 27.04 40.67 48.54 -
YUV 139.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 24 191 178 0.87 0 0.07 0.25 175.33 0.78 0.42
Hex 18 BF B2 57 0 7 19 AF 4E 2A
Octal 30 277 262 127 0 7 31 257 116 52
Binary 11000 10111111 10110010 1010111 0 111 11001 10101111 1001110 101010

Color Harmonies of #18BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFB2

Black with #18BFB2

Text Example


Text Example

White with #18BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BFB2; }

 p { color: rgb(24,191,178); }

 H1.HeaderClassName
 {
   color: #18BFB2;
 }
 .AnyTagClassName
 {
   color: #18BFB2;
 }
</style>

background-color css

<style>
 a { background-color: #18BFB2; }

 a { background-color: rgb(24,191,178); }

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

border-color css

<style>
 span { border-color: #18BFB2; }

 span { border-color: rgb(24,191,178); }

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