Html Css Color HEX #34BCB9 Light Sea Green

📋 copy color: '#34BCB9'

red 52 ◦ green 188 ◦ blue 185

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

Shades of Light Sea Green #34BCB9

Tints of Light Sea Green #34BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 12.24%
G = 44.24%
B = 43.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#34BCB9 (or 0x34BCB9) is known color: Light Sea Green. HEX triplet: 34, BC and B9. RGB value is (52,188,185). Sum of RGB (Red+Green+Blue) = 52+188+185=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCB9 is #CB4346. Grayscale: #929292. Windows color (decimal): -13321031 or 12172340. OLE color: 12172340.

HSL color Cylindrical-coordinate representation of color #34BCB9: hue angle of 178.68º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BCB9 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 185 -
CMYK 0.72 0 0.02 0.26
HSL 178.68º 0.57% 0.47% -
HSV(B) 178.68º 0.72% 0.74% -
XYZ 28.16 40.2 52.17 -
YUV 146.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 52 188 185 0.72 0 0.02 0.26 178.68 0.57 0.47
Hex 34 BC B9 48 0 2 1A B3 39 2F
Octal 64 274 271 110 0 2 32 263 71 57
Binary 110100 10111100 10111001 1001000 0 10 11010 10110011 111001 101111

Color Harmonies of #34BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCB9

Black with #34BCB9

Text Example


Text Example

White with #34BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,188,185); }

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

background-color css

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

 a { background-color: rgb(52,188,185); }

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

border-color css

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

 span { border-color: rgb(52,188,185); }

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