Html Css Color HEX #34C0B8 Light Sea Green

📋 copy color: '#34C0B8'

red 52 ◦ green 192 ◦ blue 184

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

Shades of Light Sea Green #34C0B8

Tints of Light Sea Green #34C0B8

RGB

 RED value IS 52 (20.7% from 255) = 12.15%

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 184 (72.27% from 255) = 42.99%

R = 12.15%
G = 44.86%
B = 42.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#34C0B8 (or 0x34C0B8) is known color: Light Sea Green. HEX triplet: 34, C0 and B8. RGB value is (52,192,184). Sum of RGB (Red+Green+Blue) = 52+192+184=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #34C0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C0B8 is #CB3F47. Grayscale: #959595. Windows color (decimal): -13320008 or 12107828. OLE color: 12107828.

HSL color Cylindrical-coordinate representation of color #34C0B8: hue angle of 176.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C0B8 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 192 184 -
CMYK 0.73 0 0.04 0.25
HSL 176.57º 0.57% 0.48% -
HSV(B) 176.57º 0.73% 0.75% -
XYZ 28.92 41.89 51.91 -
YUV 149.23 147.62 58.65 -
System Red Green Blue C M Y K H S L
Decimal 52 192 184 0.73 0 0.04 0.25 176.57 0.57 0.48
Hex 34 C0 B8 49 0 4 19 B1 39 30
Octal 64 300 270 111 0 4 31 261 71 60
Binary 110100 11000000 10111000 1001001 0 100 11001 10110001 111001 110000

Color Harmonies of #34C0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C0B8

Black with #34C0B8

Text Example


Text Example

White with #34C0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34C0B8; }

 p { color: rgb(52,192,184); }

 H1.HeaderClassName
 {
   color: #34C0B8;
 }
 .AnyTagClassName
 {
   color: #34C0B8;
 }
</style>

background-color css

<style>
 a { background-color: #34C0B8; }

 a { background-color: rgb(52,192,184); }

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

border-color css

<style>
 span { border-color: #34C0B8; }

 span { border-color: rgb(52,192,184); }

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