Html Css Color HEX #27B0BC Light Sea Green

📋 copy color: '#27B0BC'

red 39 ◦ green 176 ◦ blue 188

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

Shades of Light Sea Green #27B0BC

Tints of Light Sea Green #27B0BC

RGB

 RED value IS 39 (15.63% from 255) = 9.68%

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 9.68%
G = 43.67%
B = 46.65%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#27B0BC (or 0x27B0BC) is known color: Light Sea Green. HEX triplet: 27, B0 and BC. RGB value is (39,176,188). Sum of RGB (Red+Green+Blue) = 39+176+188=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #27B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B0BC is #D84F43. Grayscale: #888888. Windows color (decimal): -14176068 or 12365863. OLE color: 12365863.

HSL color Cylindrical-coordinate representation of color #27B0BC: hue angle of 184.83º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B0BC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 176 188 -
CMYK 0.79 0.06 0 0.26
HSL 184.83º 0.66% 0.45% -
HSV(B) 184.83º 0.79% 0.74% -
XYZ 25.44 35.11 53.01 -
YUV 136.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 39 176 188 0.79 0.06 0 0.26 184.83 0.66 0.45
Hex 27 B0 BC 4F 6 0 1A B9 42 2D
Octal 47 260 274 117 6 0 32 271 102 55
Binary 100111 10110000 10111100 1001111 110 0 11010 10111001 1000010 101101

Color Harmonies of #27B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B0BC

Black with #27B0BC

Text Example


Text Example

White with #27B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27B0BC; }

 p { color: rgb(39,176,188); }

 H1.HeaderClassName
 {
   color: #27B0BC;
 }
 .AnyTagClassName
 {
   color: #27B0BC;
 }
</style>

background-color css

<style>
 a { background-color: #27B0BC; }

 a { background-color: rgb(39,176,188); }

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

border-color css

<style>
 span { border-color: #27B0BC; }

 span { border-color: rgb(39,176,188); }

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