Html Css Color HEX #34BDBE Light Sea Green

📋 copy color: '#34BDBE'

red 52 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #34BDBE

Tints of Light Sea Green #34BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 12.06%
G = 43.85%
B = 44.08%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#34BDBE (or 0x34BDBE) is known color: Light Sea Green. HEX triplet: 34, BD and BE. RGB value is (52,189,190). Sum of RGB (Red+Green+Blue) = 52+189+190=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #34BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDBE is #CB4241. Grayscale: #949494. Windows color (decimal): -13320770 or 12500276. OLE color: 12500276.

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

Color convert

RGB 52 189 190 -
CMYK 0.73 0.01 0 0.25
HSL 180.43º 0.57% 0.47% -
HSV(B) 180.43º 0.73% 0.75% -
XYZ 28.91 40.84 55.08 -
YUV 148.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 52 189 190 0.73 0.01 0 0.25 180.43 0.57 0.47
Hex 34 BD BE 49 1 0 19 B4 39 2F
Octal 64 275 276 111 1 0 31 264 71 57
Binary 110100 10111101 10111110 1001001 1 0 11001 10110100 111001 101111

Color Harmonies of #34BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BDBE

Black with #34BDBE

Text Example


Text Example

White with #34BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,189,190); }

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

background-color css

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

 a { background-color: rgb(52,189,190); }

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

border-color css

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

 span { border-color: rgb(52,189,190); }

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